/ohos5.0/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); 158 int32_t ret = sharingManager->GetNetworkSharingTraffic(downIface, upIface, traffic);
|
H A D | netsys_native_service_test.cpp | 430 int ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic); 510 auto ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic);
|
H A D | netsys_native_client_test.cpp | 150 ret = nativeClient_.GetNetworkSharingTraffic(ETH0, ETH0, traffic);
|
H A D | netsys_controller_test.cpp | 203 int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(ETH0, ETH0, traffic); 550 ret = instance_->GetNetworkSharingTraffic(iface, iface, traffic);
|
H A D | netsys_controller_service_impl_test.cpp | 460 ret = instance_->GetNetworkSharingTraffic(hostName, serverName, traffic);
|
H A D | netsys_native_service_stub_test.cpp | 387 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 D | sharing_manager.h | 95 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/ohos5.0/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 &u… in GetNetworkSharingTraffic() function in OHOS::nmd::SharingManager
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 281 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 D | netsys_controller.cpp | 388 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 D | netsys_native_client.cpp | 563 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 D | i_netsys_service.h | 130 … virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_native_service_proxy.h | 107 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller.h | 298 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | i_netsys_controller_service.h | 309 … virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_controller_service_impl.h | 281 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_native_client.h | 322 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 615 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 D | netsys_native_service_stub.cpp | 1244 int32_t result = GetNetworkSharingTraffic(downIface, upIface, traffic); in CmdGetNetworkSharingTraffic()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 131 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_tracker.cpp | 654 …int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(downIface, upIface, traffic… in GetSharedSubSMTraffic()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 1717 int32_t NetsysNativeServiceProxy::GetNetworkSharingTraffic(const std::string &downIface, const std:… in GetNetworkSharingTraffic() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|