Home
last modified time | relevance | path

Searched refs:GetAllSimStatsInfo (Results 1 - 25 of 36) sorted by relevance

12

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_stats.h76 int32_t GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats);
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Dnet_stats_service_proxy.h39 int32_t GetAllSimStatsInfo(std::vector<NetStatsInfo> &infos) override;
H A Di_net_stats_service.h46 virtual int32_t GetAllSimStatsInfo(std::vector<NetStatsInfo> &infos) = 0;
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_service.h54 int32_t GetAllSimStatsInfo(std::vector<NetStatsInfo> &infos) override;
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_service_proxy_test.cpp699 * @tc.desc: Test NetStatsServiceProxy GetAllSimStatsInfo.
706 EXPECT_EQ(instance_.GetAllSimStatsInfo(infos), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
711 * @tc.desc: Test NetStatsServiceProxy GetAllSimStatsInfo.
719 EXPECT_EQ(instance_.GetAllSimStatsInfo(infos), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
724 * @tc.desc: Test NetStatsServiceProxy GetAllSimStatsInfo.
732 EXPECT_EQ(instance_.GetAllSimStatsInfo(infos), NETMANAGER_ERR_READ_REPLY_FAIL); in HWTEST_F()
737 * @tc.desc: Test NetStatsServiceProxy GetAllSimStatsInfo.
745 EXPECT_EQ(instance_.GetAllSimStatsInfo(infos), NETSYS_SUCCESS); in HWTEST_F()
H A Dnet_stats_service_stub_test.cpp108 int32_t GetAllSimStatsInfo(std::vector<NetStatsInfo> &infos) override
659 * @tc.desc: Test NetConnCallbackStub GetAllSimStatsInfo.
H A Dnet_stats_service_test.cpp337 int32_t ret = DelayedSingleton<NetStatsService>::GetInstance()->GetAllSimStatsInfo(infos); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_stats_service_proxy_test.cpp695 * @tc.desc: Test NetStatsServiceProxy GetAllSimStatsInfo.
702 EXPECT_EQ(instance_.GetAllSimStatsInfo(infos), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
707 * @tc.desc: Test NetStatsServiceProxy GetAllSimStatsInfo.
715 EXPECT_EQ(instance_.GetAllSimStatsInfo(infos), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
720 * @tc.desc: Test NetStatsServiceProxy GetAllSimStatsInfo.
728 EXPECT_EQ(instance_.GetAllSimStatsInfo(infos), NETMANAGER_ERR_READ_REPLY_FAIL); in HWTEST_F()
733 * @tc.desc: Test NetStatsServiceProxy GetAllSimStatsInfo.
741 EXPECT_EQ(instance_.GetAllSimStatsInfo(infos), NETSYS_SUCCESS); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_stats.cpp94 int32_t NetsysBpfStats::GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) in GetAllSimStatsInfo() function in OHOS::NetManagerStandard::NetsysBpfStats
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp419 int32_t NetStatsService::GetAllSimStatsInfo(std::vector<NetStatsInfo> &infos) in GetAllSimStatsInfo() function in OHOS::NetManagerStandard::NetStatsService
421 NETMGR_LOG_D("Enter GetAllSimStatsInfo."); in GetAllSimStatsInfo()
422 return NetsysController::GetInstance().GetAllSimStatsInfo(infos); in GetAllSimStatsInfo()
H A Dnet_stats_cached.cpp149 NetsysController::GetInstance().GetAllSimStatsInfo(SimInfos); in GetKernelStats()
254 NetsysController::GetInstance().GetAllSimStatsInfo(statsInfos); in CacheUidSimStats()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h152 virtual int32_t GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) = 0;
H A Dnetsys_native_service_proxy.h118 int32_t GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) override;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_proxy_test.cpp155 * @tc.desc: Test NetsysNativeServiceProxy GetAllSimStatsInfo.
163 int32_t ret = netsysNativeService->GetAllSimStatsInfo(stats); in HWTEST_F()
H A Dnetsys_native_client_test.cpp266 ret = nativeClient_.GetAllSimStatsInfo(statsInfo); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h140 int32_t GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) override;
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_stats_client.cpp310 return proxy->GetAllSimStatsInfo(infos); in GetAllContainerStatsInfo()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp402 int32_t GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) override
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/
H A Dnet_stats_service_proxy.cpp417 int32_t NetStatsServiceProxy::GetAllSimStatsInfo(std::vector<NetStatsInfo> &infos) in GetAllSimStatsInfo() function in OHOS::NetManagerStandard::NetStatsServiceProxy
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h709 int32_t GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) override;
H A Di_netsys_controller_service.h738 virtual int32_t GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) = 0;
H A Dnetsys_controller.h724 int32_t GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats);
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp1125 int32_t NetsysController::GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) in GetAllSimStatsInfo() function in OHOS::NetManagerStandard::NetsysController
1133 return netsysService_->GetAllSimStatsInfo(stats); in GetAllSimStatsInfo()
H A Dnetsys_controller_service_impl.cpp694 int32_t NetsysControllerServiceImpl::GetAllSimStatsInfo( in GetAllSimStatsInfo() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
697 NETMGR_LOG_D("GetAllSimStatsInfo"); in GetAllSimStatsInfo()
698 return netsysClient_.GetAllSimStatsInfo(stats); in GetAllSimStatsInfo()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp714 int32_t NetsysNativeService::GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) in GetAllSimStatsInfo() function in OHOS::NetsysNative::NetsysNativeService
720 return bpfStats_->GetAllSimStatsInfo(stats); in GetAllSimStatsInfo()

Completed in 22 milliseconds

12