Lines Matching defs:list
614 list<LogPersistQueryResult> resultList;
637 list<LogPersistQueryResult> resultList;
661 list<LogPersistQueryResult> resultList;
686 list<LogPersistQueryResult> resultList;
851 bool ServiceController::IsValidCmd(const CmdList& list, IoctlCmd cmd)
853 auto it = find(list.begin(), list.end(), cmd);
854 return (it != list.end());
857 void ServiceController::CommunicationLoop(std::atomic<bool>& stopLoop, const CmdList& list)
867 if (!IsValidCmd(list, cmd)) {