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.hpp344 const std::string* ntpServerStr = std::get_if<std::string>(&ntpServer); in handleNTPServersPatch() local
345 if (ntpServerStr == nullptr) in handleNTPServersPatch()
353 currentNtpServers.push_back(*ntpServerStr); in handleNTPServersPatch()
357 *currentNtpServer = *ntpServerStr; in handleNTPServersPatch()