Home
last modified time | relevance | path

Searched refs:activeIfaces (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp361 std::vector<std::string> activeIfaces; variable
362 result = ethernetService.GetAllActiveIfaces(activeIfaces);
424 std::vector<std::string> activeIfaces; variable
425 result = ethernetService.GetAllActiveIfaces(activeIfaces);
464 std::vector<std::string> activeIfaces; variable
465 result = ethernetService.GetAllActiveIfaces(activeIfaces);
H A Dethernet_manager_test.cpp649 std::vector<std::string> activeIfaces; variable
650 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces);
832 std::vector<std::string> activeIfaces; variable
833 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces);
856 std::vector<std::string> activeIfaces; variable
857 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces);
867 std::vector<std::string> activeIfaces; variable
868 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces);
H A Dethernet_service_stub_test.cpp56 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override in GetAllActiveIfaces() argument
/ohos5.0/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()
/ohos5.0/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;
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h83 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces);
/ohos5.0/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()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp256 int32_t EthernetService::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument
267 return ethManagement_.GetAllActiveIfaces(activeIfaces); in GetAllActiveIfaces()
H A Dethernet_management.cpp367 int32_t EthernetManagement::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument
372 activeIfaces.push_back(it->first); in GetAllActiveIfaces()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h72 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces);
H A Dethernet_service.h73 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override;