Home
last modified time | relevance | path

Searched refs:GetTrafficStatsByUidNetwork (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_service_test.cpp354 int32_t ret = DelayedSingleton<NetStatsService>::GetInstance()->GetTrafficStatsByUidNetwork(infos, uid, network); in HWTEST_F()
516 int32_t ret = netStatsService->GetTrafficStatsByUidNetwork(infos, uid, network1); in HWTEST_F()
520 ret = netStatsService->GetTrafficStatsByUidNetwork(infos, uid, network1); in HWTEST_F()
524 ret = netStatsService->GetTrafficStatsByUidNetwork(infos, uid, network2); in HWTEST_F()
528 ret = netStatsService->GetTrafficStatsByUidNetwork(infos, uid, network2); in HWTEST_F()
550 int32_t ret = netStatsService->GetTrafficStatsByUidNetwork(infos, uid, network); in HWTEST_F()
554 ret = netStatsService->GetTrafficStatsByUidNetwork(infos, uid, network); in HWTEST_F()
558 ret = netStatsService->GetTrafficStatsByUidNetwork(infos, uid, network); in HWTEST_F()
562 ret = netStatsService->GetTrafficStatsByUidNetwork(infos, uid, network); in HWTEST_F()
566 ret = netStatsService->GetTrafficStatsByUidNetwork(info in HWTEST_F()
[all...]
H A Dnet_stats_service_proxy_test.cpp805 * @tc.desc: Test NetStatsServiceProxy GetTrafficStatsByUidNetwork.
813 EXPECT_EQ(instance_.GetTrafficStatsByUidNetwork(infos, TEST_UID, network), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
818 * @tc.desc: Test NetStatsServiceProxy GetTrafficStatsByUidNetwork.
827 EXPECT_EQ(instance_.GetTrafficStatsByUidNetwork(infos, TEST_UID, network), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
832 * @tc.desc: Test NetStatsServiceProxy GetTrafficStatsByUidNetwork.
841 EXPECT_EQ(instance_.GetTrafficStatsByUidNetwork(infos, TEST_UID, network), NETMANAGER_ERR_READ_REPLY_FAIL); in HWTEST_F()
846 * @tc.desc: Test NetStatsServiceProxy GetTrafficStatsByUidNetwork.
855 EXPECT_EQ(instance_.GetTrafficStatsByUidNetwork(infos, TEST_UID, network), NETSYS_SUCCESS); in HWTEST_F()
H A Dnet_stats_client_test.cpp359 int32_t ret = DelayedSingleton<NetStatsClient>::GetInstance()->GetTrafficStatsByUidNetwork(infos, uid, network); in HWTEST_F()
H A Dnet_stats_service_stub_test.cpp119 int32_t GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid,
701 * @tc.desc: Test NetStatsServiceStub GetTrafficStatsByUidNetwork.
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_module.cpp152 napi_value GetTrafficStatsByUidNetwork(napi_env env, napi_callback_info info) in GetTrafficStatsByUidNetwork() function
201 DECLARE_NAPI_FUNCTION(FUNCTION_GET_TRAFFIC_STATS_BY_UID_NETWORK, GetTrafficStatsByUidNetwork), in InitStatisticsModule()
H A Dstatistics_exec.cpp167 int32_t result = NetStatsClient::GetInstance().GetTrafficStatsByUidNetwork(context->GetNetStatsInfoSequence(), in ExecGetTrafficStatsByUidNetwork()
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Dnet_stats_service_proxy.h42 int32_t GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid,
H A Di_net_stats_service.h49 virtual int32_t GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid,
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_service.h57 int32_t GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid,
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H A Dnet_stats_client.h184 int32_t GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid,
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_stats_service_proxy_test.cpp801 * @tc.desc: Test NetStatsServiceProxy GetTrafficStatsByUidNetwork.
809 EXPECT_EQ(instance_.GetTrafficStatsByUidNetwork(infos, TEST_UID, network), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
814 * @tc.desc: Test NetStatsServiceProxy GetTrafficStatsByUidNetwork.
823 EXPECT_EQ(instance_.GetTrafficStatsByUidNetwork(infos, TEST_UID, network), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
828 * @tc.desc: Test NetStatsServiceProxy GetTrafficStatsByUidNetwork.
837 EXPECT_EQ(instance_.GetTrafficStatsByUidNetwork(infos, TEST_UID, network), NETMANAGER_ERR_READ_REPLY_FAIL); in HWTEST_F()
842 * @tc.desc: Test NetStatsServiceProxy GetTrafficStatsByUidNetwork.
851 EXPECT_EQ(instance_.GetTrafficStatsByUidNetwork(infos, TEST_UID, network), NETSYS_SUCCESS); in HWTEST_F()
H A Dnet_stats_service_stub_test.cpp114 int32_t GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid,
696 * @tc.desc: Test NetStatsServiceStub GetTrafficStatsByUidNetwork.
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_stats_client.cpp336 int32_t NetStatsClient::GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid, in GetTrafficStatsByUidNetwork() function in OHOS::NetManagerStandard::NetStatsClient
356 return proxy->GetTrafficStatsByUidNetwork(infos, uid, network); in GetTrafficStatsByUidNetwork()
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/
H A Dnet_stats_service_proxy.cpp470 int32_t NetStatsServiceProxy::GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid, in GetTrafficStatsByUidNetwork() function in OHOS::NetManagerStandard::NetStatsServiceProxy
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp477 int32_t NetStatsService::GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid, in GetTrafficStatsByUidNetwork() function in OHOS::NetManagerStandard::NetStatsService
480 NETMGR_LOG_D("Enter GetTrafficStatsByUidNetwork."); in GetTrafficStatsByUidNetwork()
481 NetmanagerHiTrace::NetmanagerStartSyncTrace("NetStatsService GetTrafficStatsByUidNetwork start"); in GetTrafficStatsByUidNetwork()
496 NETMGR_LOG_D("GetTrafficStatsByUidNetwork param: " in GetTrafficStatsByUidNetwork()
522 NetmanagerHiTrace::NetmanagerStartSyncTrace("NetStatsService GetTrafficStatsByUidNetwork end"); in GetTrafficStatsByUidNetwork()
528 NETMGR_LOG_D("Enter GetTrafficStatsByUidNetwork."); in SetAppStats()
/foundation/communication/netmanager_base/services/netstatsmanager/src/stub/
H A Dnet_stats_service_stub.cpp514 int32_t result = GetTrafficStatsByUidNetwork(infos, uid, network); in OnGetTrafficStatsByUidNetwork()

Completed in 13 milliseconds