/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | notify_callback_proxy_test.cpp | 126 int32_t ret = notifyProxy->OnBandwidthReachedLimit(limitName, iface); 134 int32_t ret = notifyProxy->OnBandwidthReachedLimit(limitName1, iface1); 142 int32_t ret = notifyProxy->OnBandwidthReachedLimit(limitName1, iface1);
|
H A D | netsys_native_client_test.cpp | 334 int32_t ret = notifyCallback.OnBandwidthReachedLimit(limitName, iface);
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | netsys_wrapper_test.cpp | 45 … int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override; 144 int32_t NetlinkNativeNotifyCallBack::OnBandwidthReachedLimit(const std::string &limitName, const st… in OnBandwidthReachedLimit() function in OHOS::nmd::NetlinkNativeNotifyCallBack
|
H A D | wrapper_distributor_test.cpp | 108 int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override in OnBandwidthReachedLimit() function in OHOS::nmd::__anona99dd92c0110::NotifyCallbackImp
|
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A D | common_netsys_controller_callback_test.h | 60 virtual int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) in OnBandwidthReachedLimit() function
|
H A D | common_notify_callback_test.h | 68 int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override in OnBandwidthReachedLimit() function
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_notify_callback.h | 45 …virtual int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) = …
|
H A D | notify_callback_proxy.h | 38 … int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_callback.h | 45 …virtual int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) = …
|
H A D | netsys_native_client.h | 54 … int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override;
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_management.h | 57 … int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override;
|
H A D | ethernet_service.h | 58 … int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override; in DECLARE_SYSTEM_ABILITY()
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | net_policy_traffic.h | 141 int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) in OnBandwidthReachedLimit() function
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | notify_callback_stub.cpp | 181 int32_t result = OnBandwidthReachedLimit(limitName, iface); in CmdOnBandwidthReachedLimit()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | notify_callback_proxy.cpp | 307 int32_t NotifyCallbackProxy::OnBandwidthReachedLimit(const std::string &limitName, const std::strin… in OnBandwidthReachedLimit() function in OHOS::NetsysNative::NotifyCallbackProxy
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/ |
H A D | networkshare_tracker.h | 66 … int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 238 callback->OnBandwidthReachedLimit(labelName, ifName); in NotifyQuotaLimitReache()
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_service.cpp | 194 int32_t EthernetService::GlobalInterfaceStateCallback::OnBandwidthReachedLimit(const std::string &l… in OnBandwidthReachedLimit() function in OHOS::NetManagerStandard::EthernetService::GlobalInterfaceStateCallback
|
H A D | ethernet_management.cpp | 114 int32_t EthernetManagement::DevInterfaceStateCallback::OnBandwidthReachedLimit(const std::string &l… in OnBandwidthReachedLimit() function in OHOS::NetManagerStandard::EthernetManagement::DevInterfaceStateCallback
|
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_service_test.cpp | 204 int ret = globalinterfacestatecallback.OnBandwidthReachedLimit(limitName, iface);
|
H A D | ethernet_manager_test.cpp | 950 ret = devCallback.OnBandwidthReachedLimit("", IFACE);
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 382 … int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_native_client.cpp | 167 int32_t NetsysNativeClient::NativeNotifyCallback::OnBandwidthReachedLimit(const std::string &limitN… in OnBandwidthReachedLimit() function in OHOS::NetManagerStandard::NetsysNativeClient::NativeNotifyCallback 1160 (*cb)->OnBandwidthReachedLimit(limitName, iface); in ProcessBandwidthReachedLimit()
|
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_tracker_test.cpp | 755 ret = callback.OnBandwidthReachedLimit(testString, testString);
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_tracker.cpp | 107 int32_t NetworkShareTracker::NetsysCallback::OnBandwidthReachedLimit(const std::string &limitName, in OnBandwidthReachedLimit() function in OHOS::NetManagerStandard::NetworkShareTracker::NetsysCallback
|