Home
last modified time | relevance | path

Searched refs:GetStatsRxBytes (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_module.cpp116 napi_value GetStatsRxBytes(napi_env env, napi_callback_info info) in GetStatsRxBytes() function
195 … DECLARE_NAPI_FUNCTION(FUNCTION_GET_STATS_RX_BYTES, GetStatsRxBytes), in InitNetShareModule()
H A Dnetshare_exec.cpp171 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsRxBytes(bytes); in ExecGetStatsRxBytes()
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Di_networkshare_service.h43 virtual int32_t GetStatsRxBytes(int32_t &bytes) = 0;
H A Dnetworkshare_service_proxy.h41 int32_t GetStatsRxBytes(int32_t &bytes) override;
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_stub_test.h81 int32_t GetStatsRxBytes(int32_t &bytes) override in GetStatsRxBytes() function
H A Dnetworkshare_manager_test.cpp229 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsRxBytes(bytes);
237 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsRxBytes(bytes);
H A Dnetworkshare_service_test.cpp221 auto ret = instance_->GetStatsRxBytes(bytes);
229 auto ret = instance_->GetStatsRxBytes(bytes);
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp176 int32_t NetworkShareClient::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes() function in OHOS::NetManagerStandard::NetworkShareClient
184 return proxy->GetStatsRxBytes(bytes); in GetStatsRxBytes()
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h148 int32_t GetStatsRxBytes(int32_t &bytes);
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_service.h98 int32_t GetStatsRxBytes(int32_t &bytes) override;
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/
H A Dlibnetshare_kits.map26 "OHOS::NetManagerStandard::NetworkShareClient::GetStatsRxBytes(int&)";
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp241 int32_t NetworkShareServiceProxy::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes() function in OHOS::NetManagerStandard::NetworkShareServiceProxy
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp229 int32_t ret = GetStatsRxBytes(bytes); in ReplyGetStatsRxBytes()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp264 int32_t NetworkShareService::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes() function in OHOS::NetManagerStandard::NetworkShareService