Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp224 EXPECT_EQ(QueryCredentialExecutorIndex(authType1, executorSensorHint), INVALID_EXECUTOR_INDEX);
226 EXPECT_EQ(QueryCredentialExecutorIndex(authType1, executorSensorHint), INVALID_EXECUTOR_INDEX);
245 EXPECT_EQ(QueryCredentialExecutorIndex(authType1, executorSensorHint), info1.executorIndex);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h75 uint64_t QueryCredentialExecutorIndex(uint32_t authType, uint32_t executorSensorHint);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c333 uint64_t QueryCredentialExecutorIndex(uint32_t authType, uint32_t executorSensorHint) in QueryCredentialExecutorIndex() function
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp924 out.executorIndex = QueryCredentialExecutorIndex(in.authType, in.executorSensorHint); in CopyCredentialInfo()