/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | sharing_manager_test.cpp | 149 int32_t ret = sharingManager->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F() 158 int32_t ret = sharingManager->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F()
|
H A D | netsys_native_service_test.cpp | 430 int ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F() 510 auto ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F()
|
H A D | netsys_native_client_test.cpp | 150 ret = nativeClient_.GetNetworkSharingTraffic(ETH0, ETH0, traffic); in HWTEST_F()
|
H A D | netsys_controller_test.cpp | 204 int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(ETH0, ETH0, traffic); in HWTEST_F() 551 ret = instance_->GetNetworkSharingTraffic(iface, iface, traffic); in HWTEST_F()
|
H A D | netsys_controller_service_impl_test.cpp | 461 ret = instance_->GetNetworkSharingTraffic(hostName, serverName, traffic); in HWTEST_F()
|
H A D | netsys_native_service_stub_test.cpp | 403 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/ |
H A D | sharing_manager.h | 95 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 145 virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_native_service_proxy.h | 111 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 135 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/ |
H A D | netsys_native_service_stub_test.cpp | 381 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_service_impl.h | 285 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | i_netsys_controller_service.h | 312 virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_controller.h | 300 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_native_client.h | 325 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 378 int32_t SharingManager::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() function in OHOS::nmd::SharingManager 402 NETNATIVE_LOG_D("GetNetworkSharingTraffic matche[%{public}s]", tempMatch.c_str()); in GetNetworkSharingTraffic() 419 NETNATIVE_LOG_D("GetNetworkSharingTraffic success total"); in GetNetworkSharingTraffic() 424 NETNATIVE_LOGE("GetNetworkSharingTraffic failed"); in GetNetworkSharingTraffic()
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller.cpp | 478 int32_t NetsysController::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() function in OHOS::NetManagerStandard::NetsysController 481 NETMGR_LOG_I("NetsysController GetNetworkSharingTraffic"); in GetNetworkSharingTraffic() 488 return netsysService_->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
|
H A D | netsys_controller_service_impl.cpp | 300 int32_t NetsysControllerServiceImpl::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 303 NETMGR_LOG_I("GetNetworkSharingTraffic"); in GetNetworkSharingTraffic() 304 return netsysClient_.GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
|
H A D | netsys_native_client.cpp | 594 int32_t NetsysNativeClient::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() function in OHOS::NetManagerStandard::NetsysNativeClient 597 NETMGR_LOG_D("NetsysNativeClient GetNetworkSharingTraffic"); in GetNetworkSharingTraffic() 603 return proxy->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 649 int32_t NetsysNativeService::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() function in OHOS::NetsysNative::NetsysNativeService 656 return sharingManager_->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
|
H A D | netsys_native_service_stub.cpp | 1332 NETNATIVE_LOG_D("Begin to dispatch cmd GetNetworkSharingTraffic"); in CmdGetNetworkSharingTraffic() 1336 int32_t result = GetNetworkSharingTraffic(downIface, upIface, traffic); in CmdGetNetworkSharingTraffic()
|
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_tracker.cpp | 656 int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(downIface, upIface, traffic); in GetSharedSubSMTraffic()
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 1811 int32_t NetsysNativeServiceProxy::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() function in OHOS::NetsysNative::NetsysNativeServiceProxy 1835 NETNATIVE_LOGE("Fail to GetNetworkSharingTraffic ret= %{public}d", ret); in GetNetworkSharingTraffic() 1842 NETNATIVE_LOGI("NetsysNativeServiceProxy GetNetworkSharingTraffic ret=%{public}d", ret); in GetNetworkSharingTraffic()
|