Home
last modified time | relevance | path

Searched refs:QueryExecutor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h73 LinkedList *QueryExecutor(const ExecutorCondition *condition);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c145 return QueryExecutor(&condition); in QueryRepeatExecutor()
256 LinkedList *QueryExecutor(const ExecutorCondition *condition) in QueryExecutor() function
H A Dcoauth.c259 LinkedList *executors = QueryExecutor(&condition); in MountExecutor()
H A Dexecutor_message.c584 LinkedList *executors = QueryExecutor(&condition); in TraverseExecutor()
866 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorIndexByCondition()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c89 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorAslAndAcl()
H A Duser_auth_funcs.c504 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorInfoLinkedList()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp182 EXPECT_EQ(QueryExecutor(nullptr), nullptr);