Home
last modified time | relevance | path

Searched refs:GetUidOnIfaceRxBytes (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h55 constexpr const char *MOCK_GETUIDONIFACERXBYTES_API = "GetUidOnIfaceRxBytes";
299 int64_t GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName);
H A Dnetsys_controller_service_impl.h339 int64_t GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName) override;
H A Di_netsys_controller_service.h366 virtual int64_t GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName) = 0;
H A Dnetsys_controller.h354 int64_t GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName);
H A Dnetsys_native_client.h379 int64_t GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dmock_netsys_native_client_test.cpp154 ret = nativeClient_.GetUidOnIfaceRxBytes(uid, iface); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp423 ret = instance_->GetUidOnIfaceRxBytes(uid, interfaceName); in HWTEST_F()
672 result = instance_->GetUidOnIfaceRxBytes(uid, interfaceName); in HWTEST_F()
H A Dnetsys_native_client_test.cpp174 ret = nativeClient_.GetUidOnIfaceRxBytes(NET_ID, INTERFACE_NAME); in HWTEST_F()
H A Dnetsys_controller_test.cpp228 ret = NetsysController::GetInstance().GetUidOnIfaceRxBytes(TEST_UID, INTERFACE_NAME); in HWTEST_F()
577 ret = instance_->GetUidOnIfaceRxBytes(0, iface); in HWTEST_F()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp361 int64_t NetsysControllerServiceImpl::GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName) in GetUidOnIfaceRxBytes() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
363 NETMGR_LOG_I("GetUidOnIfaceRxBytes"); in GetUidOnIfaceRxBytes()
365 return mockNetsysClient_.GetUidOnIfaceRxBytes(uid, interfaceName); in GetUidOnIfaceRxBytes()
367 return netsysClient_.GetUidOnIfaceRxBytes(uid, interfaceName); in GetUidOnIfaceRxBytes()
H A Dnetsys_controller.cpp563 int64_t NetsysController::GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName) in GetUidOnIfaceRxBytes() function in OHOS::NetManagerStandard::NetsysController
565 NETMGR_LOG_D("NetsysController GetUidOnIfaceRxBytes"); in GetUidOnIfaceRxBytes()
572 return netsysService_->GetUidOnIfaceRxBytes(uid, interfaceName); in GetUidOnIfaceRxBytes()
H A Dmock_netsys_native_client.cpp367 int64_t MockNetsysNativeClient::GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName) in GetUidOnIfaceRxBytes() function in OHOS::NetManagerStandard::MockNetsysNativeClient
369 NETMGR_LOG_D("GetUidOnIfaceRxBytes uid is [%{public}u] " in GetUidOnIfaceRxBytes()
376 NETMGR_LOG_D("GetUidOnIfaceRxBytes uid is [%{public}u] " in GetUidOnIfaceTxBytes()
H A Dnetsys_native_client.cpp672 int64_t NetsysNativeClient::GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName) in GetUidOnIfaceRxBytes() function in OHOS::NetManagerStandard::NetsysNativeClient
674 NETMGR_LOG_D("NetsysNativeClient GetUidOnIfaceRxBytes uid is [%{public}u] iface name is [%{public}s]", uid, in GetUidOnIfaceRxBytes()

Completed in 18 milliseconds