Home
last modified time | relevance | path

Searched refs:INVALID_SENSOR_HINT (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c235 if (sensorHint != INVALID_SENSOR_HINT && sensorHint != executor->executorSensorHint) { in MountExecutorOnce()
256 …if (param->collectorSensorHint != INVALID_SENSOR_HINT || param->verifierSensorHint != INVALID_SENS… in MountExecutor()
270 …if ((param->collectorSensorHint == INVALID_SENSOR_HINT || param->verifierSensorHint == INVALID_SEN… in MountExecutor()
308 return INVALID_SENSOR_HINT; in GetScheduleVerifierSensorHint()
317 return INVALID_SENSOR_HINT; in GetScheduleVerifierSensorHint()
H A Dpool.c237 condition->executorSensorHint != INVALID_SENSOR_HINT && in IsExecutorMatch()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Ddefines.h166 #define INVALID_SENSOR_HINT 0 macro
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dco_auth_test.cpp304 EXPECT_EQ(GetScheduleVerifierSensorHint(nullptr), INVALID_SENSOR_HINT);
324 EXPECT_EQ(GetScheduleVerifierSensorHint(&schedule), INVALID_SENSOR_HINT);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c62 if (scheduleParam.collectorSensorHint != INVALID_SENSOR_HINT) { in GenerateIdmSchedule()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c322 if (context->collectorSensorHint != INVALID_SENSOR_HINT) { in GetAuthCredentialList()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c801 limit->executorSensorHint != INVALID_SENSOR_HINT && in IsCredMatch()