Searched refs:ntpServerObjects (Results 1 – 1 of 1) sorted by relevance
297 const std::vector<IpAddress>& ntpServerObjects, in handleNTPServersPatch() argument302 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() local513 "NTP/NTPServers", ntpServerObjects, // in handleManagersNetworkProtocolPatch()533 if (ntpServerObjects) in handleManagersNetworkProtocolPatch()536 [asyncResp, ntpServerObjects]( in handleManagersNetworkProtocolPatch()545 handleNTPServersPatch(asyncResp, *ntpServerObjects, in handleManagersNetworkProtocolPatch()