Searched refs:currentNtpServers (Results 1 – 1 of 1) sorted by relevance
301 std::vector<std::string> currentNtpServers) in handleNTPServersPatch() argument304 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 …]