Home
last modified time | relevance | path

Searched refs:GetNetworkSharingTraffic (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dsharing_manager_test.cpp149 int32_t ret = sharingManager->GetNetworkSharingTraffic(downIface, upIface, traffic);
158 int32_t ret = sharingManager->GetNetworkSharingTraffic(downIface, upIface, traffic);
H A Dnetsys_native_service_test.cpp430 int ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic);
510 auto ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic);
H A Dnetsys_native_client_test.cpp150 ret = nativeClient_.GetNetworkSharingTraffic(ETH0, ETH0, traffic);
H A Dnetsys_controller_test.cpp203 int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(ETH0, ETH0, traffic);
550 ret = instance_->GetNetworkSharingTraffic(iface, iface, traffic);
H A Dnetsys_controller_service_impl_test.cpp460 ret = instance_->GetNetworkSharingTraffic(hostName, serverName, traffic);
H A Dnetsys_native_service_stub_test.cpp387 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dsharing_manager.h95 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp378 int32_t SharingManager::GetNetworkSharingTraffic(const std::string &downIface, const std::string &u… in GetNetworkSharingTraffic() function in OHOS::nmd::SharingManager
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp281 int32_t NetsysControllerServiceImpl::GetNetworkSharingTraffic(const std::string &downIface, const s… in GetNetworkSharingTraffic() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
285 return netsysClient_.GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
H A Dnetsys_controller.cpp388 int32_t NetsysController::GetNetworkSharingTraffic(const std::string &downIface, const std::string … in GetNetworkSharingTraffic() function in OHOS::NetManagerStandard::NetsysController
396 return netsysService_->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
H A Dnetsys_native_client.cpp563 int32_t NetsysNativeClient::GetNetworkSharingTraffic(const std::string &downIface, const std::strin… in GetNetworkSharingTraffic() function in OHOS::NetManagerStandard::NetsysNativeClient
572 return proxy->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h130 … virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_native_service_proxy.h107 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h298 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Di_netsys_controller_service.h309 … virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_controller_service_impl.h281 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_native_client.h322 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp615 int32_t NetsysNativeService::GetNetworkSharingTraffic(const std::string &downIface, const std::stri… in GetNetworkSharingTraffic() function in OHOS::NetsysNative::NetsysNativeService
622 return sharingManager_->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
H A Dnetsys_native_service_stub.cpp1244 int32_t result = GetNetworkSharingTraffic(downIface, upIface, traffic); in CmdGetNetworkSharingTraffic()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h131 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp654 …int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(downIface, upIface, traffic… in GetSharedSubSMTraffic()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1717 int32_t NetsysNativeServiceProxy::GetNetworkSharingTraffic(const std::string &downIface, const std:… in GetNetworkSharingTraffic() function in OHOS::NetsysNative::NetsysNativeServiceProxy