Home
last modified time | relevance | path

Searched refs:setResultCodeRet (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp129 bool setResultCodeRet = finalResult->SetInt32Value(Attributes::ATTR_RESULT_CODE, errorCode); in StopSchedule() local
130 IF_FALSE_LOGE_AND_RETURN_VAL(setResultCodeRet, false); in StopSchedule()
320 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::SUCCESS); in OnMessage() local
321 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet); in OnMessage()
375 bool setResultCodeRet = request->SetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in ContinueSchedule() local
376 IF_FALSE_LOGE_AND_RETURN_VAL(setResultCodeRet, GENERAL_ERROR); in ContinueSchedule()
H A Didentify_context.cpp117 …bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback() local
118 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in InvokeResultCallback()
H A Dremote_auth_invoker_context.cpp151 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::SUCCESS); in OnMessage() local
152 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet); in OnMessage()
361 bool setResultCodeRet = attr.SetInt32Value(Attributes::ATTR_RESULT, resultCode); in ProcAuthResultMsgInner() local
362 IF_FALSE_LOGE_AND_RETURN_VAL(setResultCodeRet, ResultCode::GENERAL_ERROR); in ProcAuthResultMsgInner()
H A Dauth_widget_helper.cpp177 bool setResultCodeRet = extraInfo.SetInt32Value(Attributes::ATTR_RESULT_CODE, SUCCESS); in SetReuseUnlockResult() local
178 IF_FALSE_LOGE_AND_RETURN_VAL(setResultCodeRet == true, GENERAL_ERROR); in SetReuseUnlockResult()
H A Dremote_auth_service.cpp144 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in OnMessage() local
145 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet); in OnMessage()
H A Dsimple_auth_context.cpp269 …bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback() local
270 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in InvokeResultCallback()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dcollect_command.cpp67 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner() local
68 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in OnResultInner()
H A Didentify_command.cpp65 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner() local
66 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in OnResultInner()
H A Denroll_command.cpp78 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner() local
79 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in OnResultInner()
H A Dauth_command.cpp83 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner() local
84 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in OnResultInner()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp202 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::SUCCESS); in OnMessage() local
203 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet); in OnMessage()
386 …bool setResultCodeRet = request.SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::GENERAL_ER… in OnErrorFinish() local
387 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet); in OnErrorFinish()