Home
last modified time | relevance | path

Searched refs:PinResultToCoAuthResult (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp59 return PinResultToCoAuthResult(RESULT_GENERAL_ERROR); in Init()
63 return PinResultToCoAuthResult(RESULT_GENERAL_ERROR); in Init()
67 return PinResultToCoAuthResult(RESULT_GENERAL_ERROR); in Init()
71 return PinResultToCoAuthResult(RESULT_GENERAL_ERROR); in Init()
93 int32_t PinAuth::PinResultToCoAuthResult(int32_t resultCode) in PinResultToCoAuthResult() function in OHOS::UserIam::PinAuth::PinAuth
95 LOG_INFO("PinAuth::PinResultToCoAuthResult enter"); in PinResultToCoAuthResult()
112 return PinResultToCoAuthResult(RESULT_BAD_PARAM); in EnrollPin()
119 return PinResultToCoAuthResult(RESULT_BAD_COPY); in EnrollPin()
123 return PinResultToCoAuthResult(RESULT_BAD_COPY); in EnrollPin()
128 return PinResultToCoAuthResult(RESULT_GENERAL_ERRO in EnrollPin()
[all...]
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dpin_auth.h83 int32_t PinResultToCoAuthResult(int32_t resultCode);

Completed in 1 milliseconds