Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp300 const std::vector<IpAddress>& ntpServerObjects, in handleNTPServersPatch() argument
305 for (size_t index = 0; index < ntpServerObjects.size(); index++) in handleNTPServersPatch()
307 const IpAddress& ntpServer = ntpServerObjects[index]; in handleNTPServersPatch()
483 std::optional<std::vector<IpAddress>> ntpServerObjects; in handleManagersNetworkProtocolPatch() local
491 "NTP/NTPServers", ntpServerObjects, // in handleManagersNetworkProtocolPatch()
511 if (ntpServerObjects) in handleManagersNetworkProtocolPatch()
514 [asyncResp, ntpServerObjects]( in handleManagersNetworkProtocolPatch()
523 handleNTPServersPatch(asyncResp, *ntpServerObjects, in handleManagersNetworkProtocolPatch()