Home
last modified time | relevance | path

Searched refs:GENERAL_ERROR (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c30 #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 Dall_in_one_impl.cpp107 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 Dface_auth_defines.h25 GENERAL_ERROR = 2,
/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dfingerprint_auth_defines.h25 GENERAL_ERROR = 2,
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp47 {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 Dexecutor_func_common.c439 return GENERAL_ERROR; in PinResultToFwkResult()
/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Ddefines.h75 GENERAL_ERROR = 2, enumerator
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dpin_auth_test.cpp136 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 Dmmc_protocol.h224 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 Dmmc_protocol.c1893 if (cmd.resp[0] & GENERAL_ERROR) { in SdCmdSwitchVoltage()

Completed in 13 milliseconds