Searched refs:ntpServerObjects (Results 1 – 1 of 1) sorted by relevance
300 const std::vector<IpAddress>& ntpServerObjects, in handleNTPServersPatch() argument305 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() local491 "NTP/NTPServers", ntpServerObjects, // in handleManagersNetworkProtocolPatch()511 if (ntpServerObjects) in handleManagersNetworkProtocolPatch()514 [asyncResp, ntpServerObjects]( in handleManagersNetworkProtocolPatch()523 handleNTPServersPatch(asyncResp, *ntpServerObjects, in handleManagersNetworkProtocolPatch()