Home
last modified time | relevance | path

Searched defs:compareRet (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcode_emitter.h35 int compareRet = lhs.fileName_.compare(rhs.fileName_); in operator() local
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dall_in_one_func.c100 ResultCode DoAuthPin(PinAuthParam *pinAuthParam, Buffer *retTlv, ResultCode *compareRet) in DoAuthPin()
Dverifier_func.c470 ResultCode compareRet = RESULT_COMPARE_FAIL; in AuthPin() local
Dpin_auth.cpp226 ResultCode compareRet = RESULT_COMPARE_FAIL; in AuthPin() local
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
Dpin_db_test.cpp71 ResultCode compareRet = RESULT_GENERAL_ERROR; variable
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c989 …yId(const Buffer *inputPinData, uint64_t templateId, Buffer *outRootSecret, ResultCode *compareRet) in AuthPinById()