Searched refs:COLLECTOR (Results 1 - 12 of 12) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | verifier_impl.cpp | 134 int32_t result = callback_->OnMessage(HdiExecutorRole::COLLECTOR, msgOut);
in HandleVerifierMsg() 161 if (role == HdiExecutorRole::COLLECTOR) {
in SendMessage()
|
H A D | collector_impl.cpp | 49 executorInfo.executorRole = HdiExecutorRole::COLLECTOR;
in GetExecutorInfo() 52 int32_t result = pinHdi_->GetExecutorInfo(HdiExecutorRole::COLLECTOR, executorInfo.publicKey, eslRet,
in GetExecutorInfo()
|
/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | executor_func_common.h | 42 COLLECTOR = 1,
enumerator
|
/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | pool.h | 32 COLLECTOR = 1, enumerator
|
/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | auth_level_test.cpp | 99 executorInfo.executorRole = COLLECTOR; in HWTEST_F()
|
/drivers/peripheral/user_auth/test/unittest/idm_test/ |
H A D | user_idm_funcs_test.cpp | 84 info.executorRole = COLLECTOR; in HWTEST_F()
|
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | pool_test.cpp | 236 info2.executorRole = COLLECTOR; in HWTEST_F()
|
H A D | co_auth_test.cpp | 321 info.executorRole = COLLECTOR; in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | pool.c | 321 (executorInfo->executorRole == COLLECTOR || executorInfo->executorRole == ALL_IN_ONE)) { in QueryCollecterMatcher()
|
H A D | coauth.c | 294 ret = MountExecutorOnce(executors, coAuthSchedule, param->collectorSensorHint, COLLECTOR, collectorUdidArray); in MountExecutor()
|
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | pin_auth.cpp | 290 case HDI::PinAuth::HdiExecutorRole::COLLECTOR: in GetExecutorInfo()
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 196 if (SetAttributeUint32(attribute, ATTR_EXECUTOR_ROLE, COLLECTOR) != RESULT_SUCCESS) {
in SetAttributeToCollectorExecMsg() 402 if (executorRole == COLLECTOR) {
in GetAuthExecutorMsg()
|
Completed in 9 milliseconds