Home
last modified time | relevance | path

Searched refs:GetStatsRxBytes (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.h81 int32_t GetStatsRxBytes(int32_t &bytes) override
H A Dnetworkshare_manager_test.cpp229 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsRxBytes(bytes); in HWTEST_F()
237 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsRxBytes(bytes); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_stub_test.h81 int32_t GetStatsRxBytes(int32_t &bytes) override
H A Dnetworkshare_service_test.cpp226 auto ret = instance_->GetStatsRxBytes(bytes); in HWTEST_F()
234 auto ret = instance_->GetStatsRxBytes(bytes); in HWTEST_F()
H A Dnetworkshare_manager_test.cpp227 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsRxBytes(bytes); in HWTEST_F()
235 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetStatsRxBytes(bytes); in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dnetworkshare_service_proxy.h41 int32_t GetStatsRxBytes(int32_t &bytes) override;
H A Di_networkshare_service.h43 virtual int32_t GetStatsRxBytes(int32_t &bytes) = 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()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_service.h98 int32_t GetStatsRxBytes(int32_t &bytes) override;
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h148 int32_t GetStatsRxBytes(int32_t &bytes);
/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
178 NETMGR_EXT_LOG_I("NetworkShare GetStatsRxBytes."); in GetStatsRxBytes()
181 NETMGR_EXT_LOG_E("GetStatsRxBytes proxy is nullptr"); in GetStatsRxBytes()
184 return proxy->GetStatsRxBytes(bytes); in GetStatsRxBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp272 int32_t NetworkShareService::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes() function in OHOS::NetManagerStandard::NetworkShareService
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp254 int32_t NetworkShareServiceProxy::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes() function in OHOS::NetManagerStandard::NetworkShareServiceProxy
263 NETMGR_EXT_LOG_E("GetStatsRxBytes proxy SendRequest failed, error code: [%{public}d]", ret); in GetStatsRxBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp229 int32_t ret = GetStatsRxBytes(bytes); in ReplyGetStatsRxBytes()

Completed in 8 milliseconds