Searched refs:staticNTPServers (Results 1 – 3 of 3) sorted by relevance
621 ServerList staticNTPServers = config.map.getValueStrings("Network", "NTP"); in loadNTPServers() local624 staticNTPServers.begin(), staticNTPServers.end()); in loadNTPServers()635 EthernetInterfaceIntf::staticNTPServers(staticNTPServers); in loadNTPServers()779 ServerList EthernetInterface::staticNTPServers(ServerList value) in staticNTPServers() function in phosphor::network::EthernetInterface781 value = EthernetInterfaceIntf::staticNTPServers(std::move(value)); in staticNTPServers()871 for (const auto& ntp : EthernetInterfaceIntf::staticNTPServers()) in writeConfigurationFile()
192 ServerList staticNTPServers(ServerList value) override;
170 interface.staticNTPServers(servers); in TEST_F()