Home
last modified time | relevance | path

Searched refs:GetAllTxBytes (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Ddata_flow_statistics.cpp37 int64_t DataFlowStatistics::GetAllTxBytes() in GetAllTxBytes() function in OHOS::NetManagerStandard::DataFlowStatistics
39 return NetsysController::GetInstance().GetAllTxBytes(); in GetAllTxBytes()
H A Dnet_stats_client.cpp210 int32_t NetStatsClient::GetAllTxBytes(uint64_t &stats) in GetAllTxBytes() function in OHOS::NetManagerStandard::NetStatsClient
217 return proxy->GetAllTxBytes(stats); in GetAllTxBytes()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H A Ddata_flow_statistics.h54 int64_t GetAllTxBytes();
H A Dnet_stats_client.h118 int32_t GetAllTxBytes(uint64_t &stats);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/
H A Dlibnetstats_kits.map31 "OHOS::NetManagerStandard::NetStatsClient::GetAllTxBytes(unsigned long long&)";
48 "OHOS::NetManagerStandard::NetStatsClient::GetAllTxBytes(unsigned long&)";
74 "OHOS::NetManagerStandard::DataFlowStatistics::GetAllTxBytes()";
93 "OHOS::NetManagerStandard::NetStatsServiceProxy::GetAllTxBytes(unsigned long long&)";
108 "OHOS::NetManagerStandard::NetStatsServiceProxy::GetAllTxBytes(unsigned long&)";
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_module.cpp82 napi_value GetAllTxBytes(napi_env env, napi_callback_info info) in GetAllTxBytes() function
191 DECLARE_NAPI_FUNCTION(FUNCTION_GET_ALL_TXBYTES, GetAllTxBytes), in InitStatisticsModule()
H A Dstatistics_exec.cpp61 int32_t result = NetStatsClient::GetInstance().GetAllTxBytes(context->bytes64_); in ExecGetAllTxBytes()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Di_net_stats_service.h42 virtual int32_t GetAllTxBytes(uint64_t &stats) = 0;
H A Dnet_stats_service_proxy.h35 int32_t GetAllTxBytes(uint64_t &stats) override;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dtraffic_dumper.cpp72 …ret = DelayedSingleton<NetManagerStandard::NetStatsClient>::GetInstance()->GetAllTxBytes(sendStats… in GetAllBytes()
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_service.h50 int32_t GetAllTxBytes(uint64_t &stats) override;
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Ddata_flow_statistics_test.cpp103 int64_t ret = flow->GetAllTxBytes();
H A Dnet_stats_service_proxy_test.cpp473 EXPECT_EQ(instance_.GetAllTxBytes(stats), NETMANAGER_ERR_OPERATION_FAILED);
486 EXPECT_EQ(instance_.GetAllTxBytes(stats), NETMANAGER_ERR_OPERATION_FAILED);
499 EXPECT_EQ(instance_.GetAllTxBytes(stats), NETSYS_SUCCESS);
H A Dnet_stats_service_test.cpp205 int32_t ret = DelayedSingleton<NetStatsService>::GetInstance()->GetAllTxBytes(stats);
H A Dnet_stats_client_test.cpp181 int32_t ret = DelayedSingleton<NetStatsClient>::GetInstance()->GetAllTxBytes(stats);
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_manager_native_test.cpp121 auto ret = instance_->GetAllTxBytes();
H A Dmock_netsys_native_client_test.cpp134 ret = nativeClient_.GetAllTxBytes();
H A Dnetsys_controller_service_impl_test.cpp189 ret = instance_->GetAllTxBytes();
360 ret = instance_->GetAllTxBytes();
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h273 int64_t GetAllTxBytes();
H A Dnetsys_controller.h327 int64_t GetAllTxBytes();
H A Di_netsys_controller_service.h338 virtual int64_t GetAllTxBytes() = 0;
H A Dnetsys_controller_service_impl.h310 int64_t GetAllTxBytes() override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp315 int64_t NetsysControllerServiceImpl::GetAllTxBytes() in GetAllTxBytes() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
319 return mockNetsysClient_.GetAllTxBytes(); in GetAllTxBytes()
321 return netsysClient_.GetAllTxBytes(); in GetAllTxBytes()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h95 int64_t GetAllTxBytes();
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/
H A Dnet_stats_service_proxy.cpp222 int32_t NetStatsServiceProxy::GetAllTxBytes(uint64_t &stats) in GetAllTxBytes() function in OHOS::NetManagerStandard::NetStatsServiceProxy

12