Home
last modified time | relevance | path

Searched refs:SetCredentialConditionExecutorMatcher (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h72 void SetCredentialConditionExecutorMatcher(CredentialCondition *condition, uint32_t executorMatcher…
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp531 SetCredentialConditionExecutorMatcher(&limit, executorMatcher1);
533 SetCredentialConditionExecutorMatcher(&limit, executorMatcher2);
698 SetCredentialConditionExecutorMatcher(nullptr, executorMatcher);
700 SetCredentialConditionExecutorMatcher(&condition, executorMatcher);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c329 SetCredentialConditionExecutorMatcher(&condition, executorMatcher); in GetAuthCredentialList()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c1002 void SetCredentialConditionExecutorMatcher(CredentialCondition *condition, uint32_t executorMatcher) in SetCredentialConditionExecutorMatcher() function