Searched refs:QueryCredentialExecutorIndex (Results 1 – 4 of 4) sorted by relevance
224 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);
75 uint64_t QueryCredentialExecutorIndex(uint32_t authType, uint32_t executorSensorHint);
333 uint64_t QueryCredentialExecutorIndex(uint32_t authType, uint32_t executorSensorHint) in QueryCredentialExecutorIndex() function
924 out.executorIndex = QueryCredentialExecutorIndex(in.authType, in.executorSensorHint); in CopyCredentialInfo()