Home
last modified time | relevance | path

Searched refs:GetStatsTxBytes (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.h86 int32_t GetStatsTxBytes(int32_t &bytes) override
H A Dnetworkshare_manager_test.cpp244 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTxBytes(bytes); in HWTEST_F()
252 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTxBytes(bytes); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_stub_test.h86 int32_t GetStatsTxBytes(int32_t &bytes) override
H A Dnetworkshare_service_test.cpp241 auto ret = instance_->GetStatsTxBytes(bytes); in HWTEST_F()
249 auto ret = instance_->GetStatsTxBytes(bytes); in HWTEST_F()
H A Dnetworkshare_manager_test.cpp242 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTxBytes(bytes); in HWTEST_F()
250 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTxBytes(bytes); in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dnetworkshare_service_proxy.h42 int32_t GetStatsTxBytes(int32_t &bytes) override;
H A Di_networkshare_service.h44 virtual int32_t GetStatsTxBytes(int32_t &bytes) = 0;
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_module.cpp123 napi_value GetStatsTxBytes(napi_env env, napi_callback_info info) in GetStatsTxBytes() function
196 DECLARE_NAPI_FUNCTION(FUNCTION_GET_STATS_TX_BYTES, GetStatsTxBytes), in InitNetShareModule()
H A Dnetshare_exec.cpp189 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsTxBytes(bytes); in ExecGetStatsTxBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_service.h103 int32_t GetStatsTxBytes(int32_t &bytes) override;
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h158 int32_t GetStatsTxBytes(int32_t &bytes);
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp187 int32_t NetworkShareClient::GetStatsTxBytes(int32_t &bytes) in GetStatsTxBytes() function in OHOS::NetManagerStandard::NetworkShareClient
189 NETMGR_EXT_LOG_I("NetworkShare GetStatsTxBytes."); in GetStatsTxBytes()
192 NETMGR_EXT_LOG_E("GetStatsTxBytes proxy is nullptr"); in GetStatsTxBytes()
195 return proxy->GetStatsTxBytes(bytes); in GetStatsTxBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp283 int32_t NetworkShareService::GetStatsTxBytes(int32_t &bytes) in GetStatsTxBytes() function in OHOS::NetManagerStandard::NetworkShareService
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp270 int32_t NetworkShareServiceProxy::GetStatsTxBytes(int32_t &bytes) in GetStatsTxBytes() function in OHOS::NetManagerStandard::NetworkShareServiceProxy
279 NETMGR_EXT_LOG_E("GetStatsTxBytes proxy SendRequest failed, error code: [%{public}d]", ret); in GetStatsTxBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp242 int32_t ret = GetStatsTxBytes(bytes); in ReplyGetStatsTxBytes()

Completed in 7 milliseconds