Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.h43 int compareRet = lhs.fileName_.compare(rhs.fileName_); in operator() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_emitter.h35 int compareRet = lhs.fileName_.compare(rhs.fileName_); in operator() local
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dremote_connect_listener_manager.cpp30 bool compareRet = endPointName == other.endPointName && in operator ==() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c100 ResultCode DoAuthPin(PinAuthParam *pinAuthParam, Buffer *retTlv, ResultCode *compareRet) in DoAuthPin()
H A Dverifier_func.c470 ResultCode compareRet = RESULT_COMPARE_FAIL; in AuthPin() local
H A Dpin_auth.cpp226 ResultCode compareRet = RESULT_COMPARE_FAIL; in AuthPin() local
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp71 ResultCode compareRet = RESULT_GENERAL_ERROR; variable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c580 int32_t compareRet; in ProcessMasterElect() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c989 …yId(const Buffer *inputPinData, uint64_t templateId, Buffer *outRootSecret, ResultCode *compareRet) in AuthPinById()