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.hpp298 std::vector<std::string> currentNtpServers) in handleNTPServersPatch() argument
301 currentNtpServers.begin(); in handleNTPServersPatch()
308 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
316 currentNtpServer = currentNtpServers.erase(currentNtpServer); in handleNTPServersPatch()
331 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
350 if (currentNtpServer == currentNtpServers.end()) in handleNTPServersPatch()
353 currentNtpServers.push_back(*ntpServerStr); in handleNTPServersPatch()
354 currentNtpServer = currentNtpServers.end(); in handleNTPServersPatch()
362 currentNtpServers.erase(currentNtpServer, currentNtpServers.end()); in handleNTPServersPatch()
368 [asyncResp, currentNtpServers]( in handleNTPServersPatch()
[all …]