Home
last modified time | relevance | path

Searched refs:executorList (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c89 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorAslAndAcl() local
90 if (executorList == NULL) { in GetExecutorAslAndAcl()
94 if (executorList->getSize(executorList) == 0) { in GetExecutorAslAndAcl()
96 DestroyLinkedList(executorList); in GetExecutorAslAndAcl()
99 LinkedListNode *temp = executorList->head; in GetExecutorAslAndAcl()
105 DestroyLinkedList(executorList); in GetExecutorAslAndAcl()
118 DestroyLinkedList(executorList); in GetExecutorAslAndAcl()
H A Duser_auth_funcs.c493 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorInfoLinkedList() local
494 if (executorList == NULL) { in GetExecutorInfoLinkedList()
498 if (executorList->getSize(executorList) == 0) { in GetExecutorInfoLinkedList()
500 DestroyLinkedList(executorList); in GetExecutorInfoLinkedList()
503 LinkedListNode *temp = executorList->head; in GetExecutorInfoLinkedList()
508 DestroyLinkedList(executorList); in GetExecutorInfoLinkedList()
514 DestroyLinkedList(executorList); in GetExecutorInfoLinkedList()
519 DestroyLinkedList(executorList); in GetExecutorInfoLinkedList()
524 DestroyLinkedList(executorList); in GetExecutorInfoLinkedList()
528 GetSignExecutorInfoFuncInner(Uint8Array peerUdid, LinkedList *executorList, Uint8Array executorInfoTlvMsg, Uint8Array *executorInfoArray, uint32_t executorInfoArraySize) GetSignExecutorInfoFuncInner() argument
559 GetSignExecutorInfoFunc(Uint8Array peerUdid, LinkedList *executorList) GetSignExecutorInfoFunc() argument
[all...]
/drivers/peripheral/face_auth/hdi_service/src/
H A Dface_auth_interface_service.cpp50 int32_t FaceAuthInterfaceService::GetExecutorList(std::vector<sptr<IAllInOneExecutor>> &executorList) in GetExecutorList() argument
54 executorList.push_back(executor); in GetExecutorList()
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dfingerprint_auth_interface_service.cpp49 int32_t FingerprintAuthInterfaceService::GetExecutorList(std::vector<sptr<IAllInOneExecutor>> &executorList) in GetExecutorList() argument
53 executorList.push_back(executor); in GetExecutorList()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthinterfaceservice_fuzzer/
H A Dfingerprint_auth_interface_service_fuzzer.cpp41 std::vector<sptr<IAllInOneExecutor>> executorList; in FuzzGetExecutorList() local
42 g_fingerprintAuthInterfaceService.GetExecutorList(executorList); in FuzzGetExecutorList()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfaceservice_fuzzer/
H A Dface_auth_interface_service_fuzzer.cpp43 std::vector<sptr<IAllInOneExecutor>> executorList; in FuzzGetExecutorList() local
44 g_faceAuthInterfaceService.GetExecutorList(executorList); in FuzzGetExecutorList()
/drivers/peripheral/face_auth/hdi_service/include/
H A Dface_auth_interface_service.h31 int32_t GetExecutorList(std::vector<sptr<IAllInOneExecutor>> &executorList) override;
/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dfingerprint_auth_interface_service.h31 int32_t GetExecutorList(std::vector<sptr<IAllInOneExecutor>> &executorList) override;
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h84 Buffer *GetSignExecutorInfoFunc(Uint8Array peerUdid, LinkedList *executorList);
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c864 LinkedList *executorList = QueryExecutor(&condition); in GetExecutorIndexByCondition() local
865 if (executorList == NULL) { in GetExecutorIndexByCondition()
870 if (executorList->getSize(executorList) != 1) { in GetExecutorIndexByCondition()
872 DestroyLinkedList(executorList); in GetExecutorIndexByCondition()
876 LinkedListNode *temp = executorList->head; in GetExecutorIndexByCondition()
878 LOG_ERROR("get executorList head failed"); in GetExecutorIndexByCondition()
879 DestroyLinkedList(executorList); in GetExecutorIndexByCondition()
885 DestroyLinkedList(executorList); in GetExecutorIndexByCondition()
890 DestroyLinkedList(executorList); in GetExecutorIndexByCondition()
[all...]

Completed in 5 milliseconds