Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp347 const std::string* ntpServerStr = std::get_if<std::string>(&ntpServer); in handleNTPServersPatch() local
348 if (ntpServerStr == nullptr) in handleNTPServersPatch()
356 currentNtpServers.push_back(*ntpServerStr); in handleNTPServersPatch()
360 *currentNtpServer = *ntpServerStr; in handleNTPServersPatch()