Searched refs:QueryExecutor (Results 1 – 7 of 7) sorted by relevance
73 LinkedList *QueryExecutor(const ExecutorCondition *condition);
145 return QueryExecutor(&condition); in QueryRepeatExecutor()256 LinkedList *QueryExecutor(const ExecutorCondition *condition) in QueryExecutor() function
259 LinkedList *executors = QueryExecutor(&condition); in MountExecutor()
584 LinkedList *executors = QueryExecutor(&condition); in TraverseExecutor()866 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorIndexByCondition()
89 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorAslAndAcl()
504 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorInfoLinkedList()
182 EXPECT_EQ(QueryExecutor(nullptr), nullptr);