Home
last modified time | relevance | path

Searched refs:labelName (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp228 void WrapperDistributor::NotifyQuotaLimitReache(const std::string &labelName, const std::string &ifName) in NotifyQuotaLimitReache() argument
230 NETNATIVE_LOG_D("NotifyQuotaLimitReache: %{public}s, %{public}s", labelName.c_str(), ifName.c_str()); in NotifyQuotaLimitReache()
238 callback->OnBandwidthReachedLimit(labelName, ifName); in NotifyQuotaLimitReache()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_distributor.h48 void NotifyQuotaLimitReache(const std::string &labelName, const std::string &ifName);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp236 message->PushMessage(NetsysEventMessage::Type::ALERT_NAME, "labelName"); in HWTEST_F()
238 EXPECT_EQ(notifyCallback->alertName_, "labelName"); in HWTEST_F()
253 std::string labelName = ""; in HWTEST_F() local
254 instance_->NotifyQuotaLimitReache(labelName, ifName); in HWTEST_F()

Completed in 2 milliseconds