Home
last modified time | relevance | path

Searched refs:GetAllRxBytes (Results 1 - 25 of 35) sorted by relevance

12

/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Ddata_flow_statistics.cpp32 int64_t DataFlowStatistics::GetAllRxBytes() in GetAllRxBytes() function in OHOS::NetManagerStandard::DataFlowStatistics
34 return NetsysController::GetInstance().GetAllRxBytes(); in GetAllRxBytes()
H A Dnet_stats_client.cpp200 int32_t NetStatsClient::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() function in OHOS::NetManagerStandard::NetStatsClient
207 return proxy->GetAllRxBytes(stats); in GetAllRxBytes()
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H A Ddata_flow_statistics.h47 int64_t GetAllRxBytes();
H A Dnet_stats_client.h108 int32_t GetAllRxBytes(uint64_t &stats);
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_module.cpp75 napi_value GetAllRxBytes(napi_env env, napi_callback_info info) in GetAllRxBytes() function
190 DECLARE_NAPI_FUNCTION(FUNCTION_GET_ALL_RXBYTES, GetAllRxBytes), in InitStatisticsModule()
H A Dstatistics_exec.cpp54 int32_t result = NetStatsClient::GetInstance().GetAllRxBytes(context->bytes64_); in ExecGetAllRxBytes()
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Dnet_stats_service_proxy.h34 int32_t GetAllRxBytes(uint64_t &stats) override;
H A Di_net_stats_service.h41 virtual int32_t GetAllRxBytes(uint64_t &stats) = 0;
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_service.h49 int32_t GetAllRxBytes(uint64_t &stats) override;
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Ddata_flow_statistics_test.cpp85 * @tc.desc: Test DataFlowStatisticsTest GetAllRxBytes.
91 int64_t ret = flow->GetAllRxBytes(); in HWTEST_F()
H A Dnet_stats_service_proxy_test.cpp427 * @tc.desc: Test NetStatsServiceProxy GetAllRxBytes.
434 EXPECT_EQ(instance_.GetAllRxBytes(stats), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
439 * @tc.desc: Test NetStatsServiceProxy GetAllRxBytes.
447 EXPECT_EQ(instance_.GetAllRxBytes(stats), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
452 * @tc.desc: Test NetStatsServiceProxy GetAllRxBytes.
460 EXPECT_EQ(instance_.GetAllRxBytes(stats), NETSYS_SUCCESS); in HWTEST_F()
H A Dnet_stats_client_test.cpp162 * @tc.desc: Test NetStatsClient GetAllRxBytes.
168 int32_t ret = DelayedSingleton<NetStatsClient>::GetInstance()->GetAllRxBytes(stats); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_manager_native_test.cpp115 auto ret = instance_->GetAllRxBytes(); in HWTEST_F()
H A Dmock_netsys_native_client_test.cpp131 ret = nativeClient_.GetAllRxBytes(); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp187 ret = instance_->GetAllRxBytes(); in HWTEST_F()
358 ret = instance_->GetAllRxBytes(); in HWTEST_F()
H A Dnetsys_native_client_test.cpp159 ret = nativeClient_.GetAllRxBytes(); in HWTEST_F()
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h51 constexpr const char *MOCK_GETALLRXBYTES_API = "GetAllRxBytes";
267 int64_t GetAllRxBytes();
H A Dnetsys_controller_service_impl.h307 int64_t GetAllRxBytes() override;
H A Di_netsys_controller_service.h334 virtual int64_t GetAllRxBytes() = 0;
H A Dnetsys_controller.h322 int64_t GetAllRxBytes();
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_stats_service_proxy_test.cpp423 * @tc.desc: Test NetStatsServiceProxy GetAllRxBytes.
430 EXPECT_EQ(instance_.GetAllRxBytes(stats), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
435 * @tc.desc: Test NetStatsServiceProxy GetAllRxBytes.
443 EXPECT_EQ(instance_.GetAllRxBytes(stats), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
448 * @tc.desc: Test NetStatsServiceProxy GetAllRxBytes.
456 EXPECT_EQ(instance_.GetAllRxBytes(stats), NETSYS_SUCCESS); in HWTEST_F()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp325 int64_t NetsysControllerServiceImpl::GetAllRxBytes() in GetAllRxBytes() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
327 NETMGR_LOG_I("GetAllRxBytes"); in GetAllRxBytes()
329 return mockNetsysClient_.GetAllRxBytes(); in GetAllRxBytes()
331 return netsysClient_.GetAllRxBytes(); in GetAllRxBytes()
H A Dnetsys_controller.cpp515 int64_t NetsysController::GetAllRxBytes() in GetAllRxBytes() function in OHOS::NetManagerStandard::NetsysController
517 NETMGR_LOG_D("NetsysController GetAllRxBytes"); in GetAllRxBytes()
524 return netsysService_->GetAllRxBytes(); in GetAllRxBytes()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h100 int64_t GetAllRxBytes();
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/
H A Dnet_stats_service_proxy.cpp200 int32_t NetStatsServiceProxy::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() function in OHOS::NetManagerStandard::NetStatsServiceProxy

Completed in 35 milliseconds

12