Home
last modified time | relevance | path

Searched refs:GetStatsTotalBytes (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_service_stub_test.h91 int32_t GetStatsTotalBytes(int32_t &bytes) override
H A Dnetworkshare_manager_test.cpp259 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTotalBytes(bytes); in HWTEST_F()
267 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTotalBytes(bytes); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_stub_test.h91 int32_t GetStatsTotalBytes(int32_t &bytes) override
H A Dnetworkshare_service_test.cpp256 auto ret = instance_->GetStatsTotalBytes(bytes); in HWTEST_F()
264 auto ret = instance_->GetStatsTotalBytes(bytes); in HWTEST_F()
H A Dnetworkshare_manager_test.cpp257 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTotalBytes(bytes); in HWTEST_F()
265 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTotalBytes(bytes); in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dnetworkshare_service_proxy.h43 int32_t GetStatsTotalBytes(int32_t &bytes) override;
H A Di_networkshare_service.h45 virtual int32_t GetStatsTotalBytes(int32_t &bytes) = 0;
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_module.cpp130 napi_value GetStatsTotalBytes(napi_env env, napi_callback_info info) in GetStatsTotalBytes() function
197 DECLARE_NAPI_FUNCTION(FUNCTION_GET_STATS_TOTAL_BYTES, GetStatsTotalBytes), in InitNetShareModule()
H A Dnetshare_exec.cpp207 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTotalBytes(bytes); in ExecGetStatsTotalBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_service.h108 int32_t GetStatsTotalBytes(int32_t &bytes) override;
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h168 int32_t GetStatsTotalBytes(int32_t &bytes);
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp198 int32_t NetworkShareClient::GetStatsTotalBytes(int32_t &bytes) in GetStatsTotalBytes() function in OHOS::NetManagerStandard::NetworkShareClient
200 NETMGR_EXT_LOG_I("NetworkShare GetStatsTotalBytes."); in GetStatsTotalBytes()
203 NETMGR_EXT_LOG_E("GetStatsTotalBytes proxy is nullptr"); in GetStatsTotalBytes()
206 return proxy->GetStatsTotalBytes(bytes); in GetStatsTotalBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp294 int32_t NetworkShareService::GetStatsTotalBytes(int32_t &bytes) in GetStatsTotalBytes() function in OHOS::NetManagerStandard::NetworkShareService
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp286 int32_t NetworkShareServiceProxy::GetStatsTotalBytes(int32_t &bytes) in GetStatsTotalBytes() function in OHOS::NetManagerStandard::NetworkShareServiceProxy
295 NETMGR_EXT_LOG_E("GetStatsTotalBytes proxy SendRequest failed, error code: [%{public}d]", ret); in GetStatsTotalBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp255 int32_t ret = GetStatsTotalBytes(bytes); in ReplyGetStatsTotalBytes()

Completed in 9 milliseconds