Home
last modified time | relevance | path

Searched defs:executorMatcher (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A D_credential_info_v10.md67 ### executorMatcher subsection
H A D_credential_info_v12.md61 ### executorMatcher subsection
H A D_executor_register_info_v10.md55 ### executorMatcher subsection
H A D_executor_register_info_v12.md51 ### executorMatcher subsection
H A D_schedule_info_v10.md47 ### executorMatcher subsection
H A D_schedule_info_v12.md45 ### executorMatcher subsection
H A D_schedule_info_v1__1_v11.md44 ### executorMatcher subsection
H A D_schedule_info_v1__1_v12.md42 ### executorMatcher subsection
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/
H A D_executor_info_v20.md55 ### executorMatcher subsection
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Dco_auth_interface.h38 uint32_t executorMatcher; // for executors matcher member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h42 uint32_t executorMatcher; member
64 uint32_t executorMatcher; member
H A Dcoauth.h43 uint32_t executorMatcher; member
63 uint32_t executorMatcher; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h50 uint32_t executorMatcher; member
H A Didm_common.h37 uint32_t executorMatcher; member
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_builder.cpp79 std::shared_ptr<Builder> ScheduleNodeBuilder::SetExecutorMatcher(uint32_t executorMatcher) in SetExecutorMatcher()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp291 constexpr uint32_t executorMatcher = 2363; variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c323 uint32_t executorMatcher; in GetAuthCredentialList() local
404 uint32_t executorMatcher; in CreateAuthSchedule() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c403 void SetExecutorConditionExecutorMatcher(ExecutorCondition *condition, uint32_t executorMatcher) in SetExecutorConditionExecutorMatcher()
H A Dexecutor_message.c857 static ResultCode GetExecutorIndexByCondition(uint32_t authType, uint32_t executorMatcher, in GetExecutorIndexByCondition()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp697 constexpr uint32_t executorMatcher = 20; variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c1002 void SetCredentialConditionExecutorMatcher(CredentialCondition *condition, uint32_t executorMatcher) in SetCredentialConditionExecutorMatcher()