/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/ |
H A D | data_flow_statistics.cpp | 27 int64_t DataFlowStatistics::GetCellularTxBytes() in GetCellularTxBytes() function in OHOS::NetManagerStandard::DataFlowStatistics 29 return NetsysController::GetInstance().GetCellularTxBytes(); in GetCellularTxBytes()
|
H A D | net_stats_client.cpp | 190 int32_t NetStatsClient::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() function in OHOS::NetManagerStandard::NetStatsClient 197 return proxy->GetCellularTxBytes(stats); in GetCellularTxBytes()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/ |
H A D | data_flow_statistics.h | 40 int64_t GetCellularTxBytes();
|
H A D | net_stats_client.h | 98 int32_t GetCellularTxBytes(uint64_t &stats);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/ |
H A D | libnetstats_kits.map | 29 "OHOS::NetManagerStandard::NetStatsClient::GetCellularTxBytes(unsigned long long&)"; 46 "OHOS::NetManagerStandard::NetStatsClient::GetCellularTxBytes(unsigned long&)"; 72 "OHOS::NetManagerStandard::DataFlowStatistics::GetCellularTxBytes()"; 91 "OHOS::NetManagerStandard::NetStatsServiceProxy::GetCellularTxBytes(unsigned long long&)"; 106 "OHOS::NetManagerStandard::NetStatsServiceProxy::GetCellularTxBytes(unsigned long&)";
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
H A D | statistics_module.cpp | 68 napi_value GetCellularTxBytes(napi_env env, napi_callback_info info) in GetCellularTxBytes() function 189 DECLARE_NAPI_FUNCTION(FUNCTION_GET_CELLULAR_TXBYTES, GetCellularTxBytes), in InitStatisticsModule()
|
H A D | statistics_exec.cpp | 47 int32_t result = NetStatsClient::GetInstance().GetCellularTxBytes(context->bytes64_); in ExecGetCellularTxBytes()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/ |
H A D | i_net_stats_service.h | 40 virtual int32_t GetCellularTxBytes(uint64_t &stats) = 0;
|
H A D | net_stats_service_proxy.h | 33 int32_t GetCellularTxBytes(uint64_t &stats) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/ |
H A D | net_stats_service.h | 48 int32_t GetCellularTxBytes(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 | 79 int64_t ret = flow->GetCellularTxBytes();
|
H A D | net_stats_service_proxy_test.cpp | 395 EXPECT_EQ(instance_.GetCellularTxBytes(stats), NETMANAGER_ERR_OPERATION_FAILED); 408 EXPECT_EQ(instance_.GetCellularTxBytes(stats), NETMANAGER_ERR_OPERATION_FAILED); 421 EXPECT_EQ(instance_.GetCellularTxBytes(stats), NETSYS_SUCCESS);
|
H A D | net_stats_service_test.cpp | 175 int32_t ret = DelayedSingleton<NetStatsService>::GetInstance()->GetCellularTxBytes(stats);
|
H A D | net_stats_client_test.cpp | 151 int32_t ret = DelayedSingleton<NetStatsClient>::GetInstance()->GetCellularTxBytes(stats);
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | net_manager_native_test.cpp | 109 auto ret = instance_->GetCellularTxBytes();
|
H A D | netsys_controller_service_impl_test.cpp | 183 ret = instance_->GetCellularTxBytes(); 354 ret = instance_->GetCellularTxBytes(); 646 result = instance_->GetCellularTxBytes();
|
H A D | mock_netsys_native_client_test.cpp | 125 ret = nativeClient_.GetCellularTxBytes();
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | mock_netsys_native_client.h | 259 int64_t GetCellularTxBytes();
|
H A D | netsys_controller.h | 313 int64_t GetCellularTxBytes();
|
H A D | i_netsys_controller_service.h | 324 virtual int64_t GetCellularTxBytes() = 0;
|
H A D | netsys_controller_service_impl.h | 296 int64_t GetCellularTxBytes() override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 297 int64_t NetsysControllerServiceImpl::GetCellularTxBytes() in GetCellularTxBytes() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 301 return mockNetsysClient_.GetCellularTxBytes(); in GetCellularTxBytes() 303 return netsysClient_.GetCellularTxBytes(); in GetCellularTxBytes()
|
H A D | netsys_controller.cpp | 409 int64_t NetsysController::GetCellularTxBytes() in GetCellularTxBytes() function in OHOS::NetManagerStandard::NetsysController 416 return netsysService_->GetCellularTxBytes(); in GetCellularTxBytes()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 93 int64_t GetCellularTxBytes();
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/ |
H A D | net_stats_service_proxy.cpp | 176 int32_t NetStatsServiceProxy::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() function in OHOS::NetManagerStandard::NetStatsServiceProxy
|