Searched refs:activeIfaces (Results 1 – 12 of 12) sorted by relevance
361 std::vector<std::string> activeIfaces; variable362 result = ethernetService.GetAllActiveIfaces(activeIfaces);424 std::vector<std::string> activeIfaces; variable425 result = ethernetService.GetAllActiveIfaces(activeIfaces);464 std::vector<std::string> activeIfaces; variable465 result = ethernetService.GetAllActiveIfaces(activeIfaces);
649 std::vector<std::string> activeIfaces; variable650 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces);832 std::vector<std::string> activeIfaces; variable833 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces);856 std::vector<std::string> activeIfaces; variable857 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces);867 std::vector<std::string> activeIfaces; variable868 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces);
56 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override in GetAllActiveIfaces() argument
83 int32_t EthernetClient::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument90 return proxy->GetAllActiveIfaces(activeIfaces); in GetAllActiveIfaces()
42 virtual int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) = 0;
36 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override;
83 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces);
151 int32_t EthernetServiceProxy::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument177 activeIfaces.push_back(reply.ReadString()); in GetAllActiveIfaces()
256 int32_t EthernetService::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument267 return ethManagement_.GetAllActiveIfaces(activeIfaces); in GetAllActiveIfaces()
367 int32_t EthernetManagement::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() argument372 activeIfaces.push_back(it->first); in GetAllActiveIfaces()
72 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces);
73 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override;