Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp300 std::vector<std::string>::iterator currentNtpServer = in handleNTPServersPatch() local
308 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
316 currentNtpServer = currentNtpServers.erase(currentNtpServer); in handleNTPServersPatch()
331 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
340 currentNtpServer++; in handleNTPServersPatch()
350 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
354 currentNtpServer = currentNtpServers.end(); in handleNTPServersPatch()
357 *currentNtpServer = *ntpServerStr; in handleNTPServersPatch()
358 currentNtpServer++; in handleNTPServersPatch()
362 currentNtpServers.erase(currentNtpServer, currentNtpServers.end()); in handleNTPServersPatch()