Home
last modified time | relevance | path

Searched refs:GetCellularTxBytes (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Ddata_flow_statistics.cpp27 int64_t DataFlowStatistics::GetCellularTxBytes() in GetCellularTxBytes() function in OHOS::NetManagerStandard::DataFlowStatistics
29 return NetsysController::GetInstance().GetCellularTxBytes(); in GetCellularTxBytes()
H A Dnet_stats_client.cpp190 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 Ddata_flow_statistics.h40 int64_t GetCellularTxBytes();
H A Dnet_stats_client.h98 int32_t GetCellularTxBytes(uint64_t &stats);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/
H A Dlibnetstats_kits.map29 "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 Dstatistics_module.cpp68 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 Dstatistics_exec.cpp47 int32_t result = NetStatsClient::GetInstance().GetCellularTxBytes(context->bytes64_); in ExecGetCellularTxBytes()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Di_net_stats_service.h40 virtual int32_t GetCellularTxBytes(uint64_t &stats) = 0;
H A Dnet_stats_service_proxy.h33 int32_t GetCellularTxBytes(uint64_t &stats) override;
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_service.h48 int32_t GetCellularTxBytes(uint64_t &stats) override;
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Ddata_flow_statistics_test.cpp79 int64_t ret = flow->GetCellularTxBytes();
H A Dnet_stats_service_proxy_test.cpp395 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 Dnet_stats_service_test.cpp175 int32_t ret = DelayedSingleton<NetStatsService>::GetInstance()->GetCellularTxBytes(stats);
H A Dnet_stats_client_test.cpp151 int32_t ret = DelayedSingleton<NetStatsClient>::GetInstance()->GetCellularTxBytes(stats);
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_manager_native_test.cpp109 auto ret = instance_->GetCellularTxBytes();
H A Dnetsys_controller_service_impl_test.cpp183 ret = instance_->GetCellularTxBytes();
354 ret = instance_->GetCellularTxBytes();
646 result = instance_->GetCellularTxBytes();
H A Dmock_netsys_native_client_test.cpp125 ret = nativeClient_.GetCellularTxBytes();
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h259 int64_t GetCellularTxBytes();
H A Dnetsys_controller.h313 int64_t GetCellularTxBytes();
H A Di_netsys_controller_service.h324 virtual int64_t GetCellularTxBytes() = 0;
H A Dnetsys_controller_service_impl.h296 int64_t GetCellularTxBytes() override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp297 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 Dnetsys_controller.cpp409 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 Dnet_manager_native.h93 int64_t GetCellularTxBytes();
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/
H A Dnet_stats_service_proxy.cpp176 int32_t NetStatsServiceProxy::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() function in OHOS::NetManagerStandard::NetStatsServiceProxy

12