Searched refs:ResultCodeForCoAuth (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | pin_auth.cpp | 41 std::map<int32_t, ResultCodeForCoAuth> g_convertResult = { 42 {RESULT_SUCCESS, ResultCodeForCoAuth::SUCCESS}, 43 {RESULT_BAD_PARAM, ResultCodeForCoAuth::INVALID_PARAMETERS}, 44 {RESULT_COMPARE_FAIL, ResultCodeForCoAuth::FAIL}, 45 {RESULT_BUSY, ResultCodeForCoAuth::BUSY}, 46 {RESULT_PIN_FREEZE, ResultCodeForCoAuth::LOCKED}, 47 {RESULT_BAD_COPY, ResultCodeForCoAuth::GENERAL_ERROR}, 48 {RESULT_GENERAL_ERROR, ResultCodeForCoAuth::GENERAL_ERROR}, 98 return ResultCodeForCoAuth::GENERAL_ERROR; in PinResultToCoAuthResult()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/ |
H A D | defines.h | 61 typedef enum ResultCodeForCoAuth { enum 116 } ResultCodeForCoAuth; typedef
|