Searched refs:staticNameServers (Results 1 – 4 of 4) sorted by relevance
124 std::vector<std::string> staticNameServers; member327 const std::vector<std::string>* staticNameServers = in extractEthernetInterfaceData() local330 if (staticNameServers != nullptr) in extractEthernetInterfaceData()332 ethData.staticNameServers = *staticNameServers; in extractEthernetInterfaceData()1909 jsonResponse["StaticNameServers"] = ethData.staticNameServers; in parseInterfaceData()2292 std::optional<std::vector<std::string>> staticNameServers; in requestEthernetInterfacesRoutes() local2323 "StaticNameServers", staticNameServers // in requestEthernetInterfacesRoutes()2340 staticNameServers = std::move(staticNameServers), mtuSize, in requestEthernetInterfacesRoutes()2391 if (staticNameServers) in requestEthernetInterfacesRoutes()2394 ifaceId, *staticNameServers, asyncResp); in requestEthernetInterfacesRoutes()
443 ServerList EthernetInterface::staticNameServers(ServerList value) in staticNameServers() function in phosphor::network::EthernetInterface467 EthernetInterfaceIntf::staticNameServers(std::move(dnsUniqueValues)); in staticNameServers()485 EthernetInterfaceIntf::staticNameServers( in loadNameServers()722 for (const auto& dns : EthernetInterfaceIntf::staticNameServers()) in writeConfigurationFile()
182 ServerList staticNameServers(ServerList value) override;
147 interface.staticNameServers(servers); in TEST_F()