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