Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp304 const IpAddress& ntpServer = ntpServerObjects[index]; in handleNTPServersPatch() local
305 if (std::holds_alternative<std::nullptr_t>(ntpServer)) in handleNTPServersPatch()
320 std::get_if<nlohmann::json::object_t>(&ntpServer); in handleNTPServersPatch()
344 const std::string* ntpServerStr = std::get_if<std::string>(&ntpServer); in handleNTPServersPatch()