Home
last modified time | relevance | path

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

/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 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()
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()
/base/useriam/user_auth_framework/services/context/src/
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_executor_stub.cpp126 bool setResultCodeRet = finalResult->SetInt32Value(Attributes::ATTR_RESULT_CODE, errorCode); variable
127 IF_FALSE_LOGE_AND_RETURN_VAL(setResultCodeRet, false);
317 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::SUCCESS); in OnMessage() local
318 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet); in OnMessage()
372 bool setResultCodeRet = request->SetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in ContinueSchedule() local
373 IF_FALSE_LOGE_AND_RETURN_VAL(setResultCodeRet, GENERAL_ERROR); in ContinueSchedule()
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()
372 bool setResultCodeRet = attr.SetInt32Value(Attributes::ATTR_RESULT, resultCode); in ProcAuthResultMsgInner() local
373 IF_FALSE_LOGE_AND_RETURN_VAL(setResultCodeRet, ResultCode::GENERAL_ERROR); in ProcAuthResultMsgInner()
H A Dsimple_auth_context.cpp218 bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback() local
219 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in InvokeResultCallback()
H A Dauth_widget_helper.cpp166 bool setResultCodeRet = extraInfo.SetInt32Value(Attributes::ATTR_RESULT_CODE, SUCCESS); in SetReuseUnlockResult() local
167 IF_FALSE_LOGE_AND_RETURN_VAL(setResultCodeRet == true, GENERAL_ERROR); in SetReuseUnlockResult()
H A Dremote_auth_service.cpp146 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in OnMessage() local
147 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet); in OnMessage()
/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_ERROR); in OnErrorFinish() local
387 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet); in OnErrorFinish()

Completed in 7 milliseconds