Home
last modified time | relevance | path

Searched refs:InterfaceGetList (Results 1 - 25 of 28) sorted by relevance

12

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dphysical_network_test.cpp61 auto ifaceList = NetManagerStandard::NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
73 ifaceList = NetManagerStandard::NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
99 auto ifaceList = NetManagerStandard::NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
H A Dinterface_manager_test.cpp84 auto ifaceList = NetManagerStandard::NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
270 auto ifaceList = NetManagerStandard::NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
292 auto ifaceList = NetManagerStandard::NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
323 auto ifaceList = NetManagerStandard::NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
345 auto ifaceList = NetManagerStandard::NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
H A Dmock_netsys_native_client_test.cpp182 EXPECT_TRUE(nativeClient_.InterfaceGetList() != ifList); in HWTEST_F()
H A Dnetsys_native_service_test.cpp181 auto ifaceList = NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
322 int32_t ret = instance_->InterfaceGetList(ifaces); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp232 auto list = instance_->InterfaceGetList(); in HWTEST_F()
377 EXPECT_TRUE(instance_->InterfaceGetList() != ifList); in HWTEST_F()
H A Dnetsys_controller_test.cpp168 auto ifaceList = NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
243 std::vector<std::string> getList = NetsysController::GetInstance().InterfaceGetList(); in HWTEST_F()
601 auto faceList = instance_->InterfaceGetList(); in HWTEST_F()
H A Dnetsys_native_client_test.cpp186 std::vector<std::string> interFaceGetList = nativeClient_.InterfaceGetList(); in HWTEST_F()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp275 std::vector<std::string> ifNameList = InterfaceGetList(); in GetAllBytes()
384 std::vector<std::string> ifNameList = InterfaceGetList(); in GetIfaceBytes()
434 std::vector<std::string> MockNetsysNativeClient::InterfaceGetList() in InterfaceGetList() function in OHOS::NetManagerStandard::MockNetsysNativeClient
436 NETMGR_LOG_D("InterfaceGetList"); in InterfaceGetList()
H A Dnetsys_controller_service_impl.cpp397 std::vector<std::string> NetsysControllerServiceImpl::InterfaceGetList() in InterfaceGetList() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
399 NETMGR_LOG_I("InterfaceGetList"); in InterfaceGetList()
401 return mockNetsysClient_.InterfaceGetList(); in InterfaceGetList()
403 return netsysClient_.InterfaceGetList(); in InterfaceGetList()
H A Dnetsys_controller.cpp611 std::vector<std::string> NetsysController::InterfaceGetList() in InterfaceGetList() function in OHOS::NetManagerStandard::NetsysController
613 NETMGR_LOG_I("InterfaceGetList"); in InterfaceGetList()
620 return netsysService_->InterfaceGetList(); in InterfaceGetList()
H A Dnetsys_native_client.cpp718 std::vector<std::string> NetsysNativeClient::InterfaceGetList() in InterfaceGetList() function in OHOS::NetManagerStandard::NetsysNativeClient
720 NETMGR_LOG_D("NetsysNativeClient InterfaceGetList"); in InterfaceGetList()
727 proxy->InterfaceGetList(ret); in InterfaceGetList()
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h59 constexpr const char *MOCK_INTERFACEGETLIST_API = "InterfaceGetList";
331 std::vector<std::string> InterfaceGetList();
H A Dnetsys_controller_service_impl.h371 std::vector<std::string> InterfaceGetList() override;
H A Di_netsys_controller_service.h398 virtual std::vector<std::string> InterfaceGetList() = 0;
H A Dnetsys_controller.h386 std::vector<std::string> InterfaceGetList();
H A Dnetsys_native_client.h411 std::vector<std::string> InterfaceGetList();
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp189 std::vector<std::string> ifaceLists = NetsysController::GetInstance().InterfaceGetList(); in GetMacAddress()
397 std::vector<std::string> ifaces = NetsysController::GetInstance().InterfaceGetList(); in Init()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h120 virtual int32_t InterfaceGetList(std::vector<std::string> &ifaces) = 0;
H A Dnetsys_native_service_proxy.h87 int32_t InterfaceGetList(std::vector<std::string> &ifaces) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h110 int32_t InterfaceGetList(std::vector<std::string> &ifaces) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h76 std::vector<std::string> InterfaceGetList();
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp256 int32_t InterfaceGetList(std::vector<std::string> &ifaces) override
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp478 int32_t NetsysNativeService::InterfaceGetList(std::vector<std::string> &ifaces) in InterfaceGetList() function in OHOS::NetsysNative::NetsysNativeService
480 NETNATIVE_LOG_D("InterfaceGetList"); in InterfaceGetList()
481 ifaces = netsysService_->InterfaceGetList(); in InterfaceGetList()
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_cached.cpp286 std::vector<std::string> ifNameList = NetsysController::GetInstance().InterfaceGetList(); in CacheIfaceStats()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp215 std::vector<std::string> NetManagerNative::InterfaceGetList() in InterfaceGetList() function in OHOS::nmd::NetManagerNative

Completed in 36 milliseconds

12