Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp301 std::vector<std::string> currentNtpServers) in handleNTPServersPatch() argument
304 currentNtpServers.begin(); in handleNTPServersPatch()
311 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
319 currentNtpServer = currentNtpServers.erase(currentNtpServer); in handleNTPServersPatch()
334 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
353 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
356 currentNtpServers.push_back(*ntpServerStr); in handleNTPServersPatch()
357 currentNtpServer = currentNtpServers.end(); in handleNTPServersPatch()
365 currentNtpServers.erase(currentNtpServer, currentNtpServers.end()); in handleNTPServersPatch()
371 [asyncResp, currentNtpServers]( in handleNTPServersPatch()
[all …]