Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Ddefines.h58 RESULT_COMPARE_FAIL = 0x13 enumerator
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c106 *compareRet = RESULT_COMPARE_FAIL; in DoAuthPin()
H A Dpin_auth.cpp44 {RESULT_COMPARE_FAIL, ResultCodeForCoAuth::FAIL},
226 ResultCode compareRet = RESULT_COMPARE_FAIL; in AuthPin()
H A Dexecutor_func_common.c432 case RESULT_COMPARE_FAIL: in PinResultToFwkResult()
H A Dverifier_func.c470 ResultCode compareRet = RESULT_COMPARE_FAIL; in AuthPin()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp99 EXPECT_EQ(compareRet, RESULT_COMPARE_FAIL);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c949 ResultCode ret = RESULT_COMPARE_FAIL; in ProcessAuthPin()
1000 *compareRet = RESULT_COMPARE_FAIL; in AuthPinById()