Lines Matching refs:currentNtpServers
298 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()
392 "StaticNTPServers", currentNtpServers); in handleNTPServersPatch()
537 const bool success, std::vector<std::string>& currentNtpServers, in handleManagersNetworkProtocolPatch()
546 std::move(currentNtpServers)); in handleManagersNetworkProtocolPatch()