Searched refs:GENERAL_ERROR (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 30 #define GENERAL_ERROR RESULT_GENERAL_ERROR
macro 124 return GENERAL_ERROR;
in GetAttributeIndex() 131 return GENERAL_ERROR;
in ReadDataFromMsg() 136 return GENERAL_ERROR;
in ReadDataFromMsg() 141 return GENERAL_ERROR;
in ReadDataFromMsg() 155 return GENERAL_ERROR;
in ReadUint32FromMsg() 166 return GENERAL_ERROR;
in WriteDataToMsg() 171 return GENERAL_ERROR;
in WriteDataToMsg() 176 return GENERAL_ERROR;
in WriteDataToMsg() 190 return GENERAL_ERROR;
in WriteUInt32ToMsg() [all...] |
/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | all_in_one_impl.cpp | 107 CallError(callbackObj, GENERAL_ERROR);
in EnrollInner() 108 return GENERAL_ERROR;
in EnrollInner() 120 CallError(callbackObj, GENERAL_ERROR);
in EnrollInner() 121 return GENERAL_ERROR;
in EnrollInner() 153 CallError(callbackObj, GENERAL_ERROR);
in Enroll() 170 return GENERAL_ERROR;
in AuthenticateInner() 175 return GENERAL_ERROR;
in AuthenticateInner() 186 CallError(callbackObj, GENERAL_ERROR);
in AuthenticateInner() 187 return GENERAL_ERROR;
in AuthenticateInner() 227 CallError(callbackObj, GENERAL_ERROR);
in Authenticate() [all...] |
/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | face_auth_defines.h | 25 GENERAL_ERROR = 2,
|
/drivers/peripheral/fingerprint_auth/hdi_service/include/ |
H A D | fingerprint_auth_defines.h | 25 GENERAL_ERROR = 2,
|
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | pin_auth.cpp | 47 {RESULT_BAD_COPY, ResultCodeForCoAuth::GENERAL_ERROR}, 48 {RESULT_GENERAL_ERROR, ResultCodeForCoAuth::GENERAL_ERROR}, 97 LOG_ERROR("PinResult and CoauthResult not match, convert GENERAL_ERROR"); in PinResultToCoAuthResult() 98 return ResultCodeForCoAuth::GENERAL_ERROR; in PinResultToCoAuthResult() 156 return GENERAL_ERROR; in GenerateAlgoParameter() 168 return GENERAL_ERROR; in GenerateAlgoParameter() 381 return GENERAL_ERROR; in Collect() 487 return GENERAL_ERROR; in VerifierAuth() 535 return GENERAL_ERROR; in SendMessageToVerifier()
|
H A D | executor_func_common.c | 439 return GENERAL_ERROR; in PinResultToFwkResult()
|
/drivers/peripheral/pin_auth/hdi_service/common/inc/ |
H A D | defines.h | 75 GENERAL_ERROR = 2, enumerator
|
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/ |
H A D | pin_auth_test.cpp | 136 EXPECT_EQ(result, GENERAL_ERROR); in HWTEST_F() 154 EXPECT_EQ(result, GENERAL_ERROR); in HWTEST_F() 157 EXPECT_EQ(result, GENERAL_ERROR); in HWTEST_F() 175 EXPECT_EQ(result, GENERAL_ERROR); in HWTEST_F()
|
/drivers/hdf_core/framework/model/storage/include/mmc/ |
H A D | mmc_protocol.h | 224 GENERAL_ERROR = (1 << 19), /* A general or an unknown error occurred during the operation. */ enumerator
|
/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_protocol.c | 1893 if (cmd.resp[0] & GENERAL_ERROR) { in SdCmdSwitchVoltage()
|
Completed in 13 milliseconds