Home
last modified time | relevance | path

Searched defs:compareRet (Results 1 – 5 of 5) 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/test/uinttest/pin_auth/database/src/
Dpin_db_test.cpp71 ResultCode compareRet = RESULT_GENERAL_ERROR; variable
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dpin_auth.cpp165 ResultCode compareRet = RESULT_COMPARE_FAIL; in AuthPin() local
Dpin_func.c73 ResultCode DoAuthPin(PinAuthParam *pinAuthParam, Buffer *retTlv, ResultCode *compareRet) in DoAuthPin()
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c1182 Buffer *outRootSecret, ResultCode *compareRet) in AuthPinById()