/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/ |
H A D | data_flow_statistics.cpp | 37 int64_t DataFlowStatistics::GetAllTxBytes() in GetAllTxBytes() function in OHOS::NetManagerStandard::DataFlowStatistics 39 return NetsysController::GetInstance().GetAllTxBytes(); in GetAllTxBytes()
|
H A D | net_stats_client.cpp | 210 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 D | data_flow_statistics.h | 54 int64_t GetAllTxBytes();
|
H A D | net_stats_client.h | 118 int32_t GetAllTxBytes(uint64_t &stats);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/ |
H A D | libnetstats_kits.map | 31 "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 D | statistics_module.cpp | 82 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 D | statistics_exec.cpp | 61 int32_t result = NetStatsClient::GetInstance().GetAllTxBytes(context->bytes64_); in ExecGetAllTxBytes()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/ |
H A D | i_net_stats_service.h | 42 virtual int32_t GetAllTxBytes(uint64_t &stats) = 0;
|
H A D | net_stats_service_proxy.h | 35 int32_t GetAllTxBytes(uint64_t &stats) override;
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | traffic_dumper.cpp | 72 …ret = DelayedSingleton<NetManagerStandard::NetStatsClient>::GetInstance()->GetAllTxBytes(sendStats… in GetAllBytes()
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/ |
H A D | net_stats_service.h | 50 int32_t GetAllTxBytes(uint64_t &stats) override;
|
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | data_flow_statistics_test.cpp | 103 int64_t ret = flow->GetAllTxBytes();
|
H A D | net_stats_service_proxy_test.cpp | 473 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 D | net_stats_service_test.cpp | 205 int32_t ret = DelayedSingleton<NetStatsService>::GetInstance()->GetAllTxBytes(stats);
|
H A D | net_stats_client_test.cpp | 181 int32_t ret = DelayedSingleton<NetStatsClient>::GetInstance()->GetAllTxBytes(stats);
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | net_manager_native_test.cpp | 121 auto ret = instance_->GetAllTxBytes();
|
H A D | mock_netsys_native_client_test.cpp | 134 ret = nativeClient_.GetAllTxBytes();
|
H A D | netsys_controller_service_impl_test.cpp | 189 ret = instance_->GetAllTxBytes(); 360 ret = instance_->GetAllTxBytes();
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | mock_netsys_native_client.h | 273 int64_t GetAllTxBytes();
|
H A D | netsys_controller.h | 327 int64_t GetAllTxBytes();
|
H A D | i_netsys_controller_service.h | 338 virtual int64_t GetAllTxBytes() = 0;
|
H A D | netsys_controller_service_impl.h | 310 int64_t GetAllTxBytes() override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 315 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 D | net_manager_native.h | 95 int64_t GetAllTxBytes();
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/ |
H A D | net_stats_service_proxy.cpp | 222 int32_t NetStatsServiceProxy::GetAllTxBytes(uint64_t &stats) in GetAllTxBytes() function in OHOS::NetManagerStandard::NetStatsServiceProxy
|