Home
last modified time | relevance | path

Searched refs:GetNetworkSharingTraffic (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dsharing_manager_test.cpp149 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 Dnetsys_native_service_test.cpp430 int ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F()
510 auto ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F()
H A Dnetsys_native_client_test.cpp150 ret = nativeClient_.GetNetworkSharingTraffic(ETH0, ETH0, traffic); in HWTEST_F()
H A Dnetsys_controller_test.cpp204 int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(ETH0, ETH0, traffic); in HWTEST_F()
551 ret = instance_->GetNetworkSharingTraffic(iface, iface, traffic); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp461 ret = instance_->GetNetworkSharingTraffic(hostName, serverName, traffic); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp403 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dsharing_manager.h95 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h145 virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_native_service_proxy.h111 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h135 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp381 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h285 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Di_netsys_controller_service.h312 virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_controller.h300 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_native_client.h325 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp378 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 Dnetsys_controller.cpp478 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 Dnetsys_controller_service_impl.cpp300 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 Dnetsys_native_client.cpp594 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 Dnetsys_native_service.cpp649 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 Dnetsys_native_service_stub.cpp1332 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 Dnetworkshare_tracker.cpp656 int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(downIface, upIface, traffic); in GetSharedSubSMTraffic()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1811 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()

Completed in 37 milliseconds