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.hpp297 const std::vector<IpAddress>& ntpServerObjects, in handleNTPServersPatch() argument
302 for (size_t index = 0; index < ntpServerObjects.size(); index++) in handleNTPServersPatch()
304 const IpAddress& ntpServer = ntpServerObjects[index]; in handleNTPServersPatch()
505 std::optional<std::vector<IpAddress>> ntpServerObjects; in handleManagersNetworkProtocolPatch() local
514 "NTP/NTPServers", ntpServerObjects, in handleManagersNetworkProtocolPatch()
534 if (ntpServerObjects) in handleManagersNetworkProtocolPatch()
537 [asyncResp, ntpServerObjects]( in handleManagersNetworkProtocolPatch()
546 handleNTPServersPatch(asyncResp, *ntpServerObjects, in handleManagersNetworkProtocolPatch()