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.hpp303 std::vector<std::string>::iterator currentNtpServer = in handleNTPServersPatch() local
311 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
319 currentNtpServer = currentNtpServers.erase(currentNtpServer); in handleNTPServersPatch()
334 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
343 currentNtpServer++; in handleNTPServersPatch()
353 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
357 currentNtpServer = currentNtpServers.end(); in handleNTPServersPatch()
360 *currentNtpServer = *ntpServerStr; in handleNTPServersPatch()
361 currentNtpServer++; in handleNTPServersPatch()
365 currentNtpServers.erase(currentNtpServer, currentNtpServers.end()); in handleNTPServersPatch()