Home
last modified time | relevance | path

Searched refs:activeIfaces (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp361 std::vector<std::string> activeIfaces; in HWTEST_F() local
362 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
424 std::vector<std::string> activeIfaces; in HWTEST_F() local
425 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
464 std::vector<std::string> activeIfaces; in HWTEST_F() local
465 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
H A Dethernet_service_stub_test.cpp56 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp361 std::vector<std::string> activeIfaces; in HWTEST_F() local
362 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
424 std::vector<std::string> activeIfaces; in HWTEST_F() local
425 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
464 std::vector<std::string> activeIfaces; in HWTEST_F() local
465 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
H A Dethernet_manager_test.cpp649 std::vector<std::string> activeIfaces; in HWTEST_F() local
650 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
832 std::vector<std::string> activeIfaces; in HWTEST_F() local
833 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
856 std::vector<std::string> activeIfaces; in HWTEST_F() local
857 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
867 std::vector<std::string> activeIfaces; in HWTEST_F() local
868 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
H A Dethernet_service_stub_test.cpp56 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Di_ethernet_service.h42 virtual int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) = 0;
H A Dethernet_service_proxy.h36 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp83 int32_t EthernetClient::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument
90 return proxy->GetAllActiveIfaces(activeIfaces); in GetAllActiveIfaces()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h78 * @param activeIfaces list of active interface
83 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces);
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dethernet_service_proxy.cpp151 int32_t EthernetServiceProxy::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument
177 activeIfaces.push_back(reply.ReadString()); in GetAllActiveIfaces()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h73 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override;
H A Dethernet_management.h72 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp259 int32_t EthernetService::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument
270 return ethManagement_.GetAllActiveIfaces(activeIfaces); in GetAllActiveIfaces()
H A Dethernet_management.cpp368 int32_t EthernetManagement::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument
373 activeIfaces.push_back(it->first); in GetAllActiveIfaces()

Completed in 9 milliseconds