Searched refs:setResultCodeRet (Results 1 - 11 of 11) sorted by relevance
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | collect_command.cpp | 67 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner() local 68 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in OnResultInner()
|
H A D | identify_command.cpp | 65 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner() local 66 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in OnResultInner()
|
H A D | auth_command.cpp | 83 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner() local 84 IF_FALSE_LOGE_AND_RETURN(setResultCodeRet == true); in OnResultInner()
|
H A D | enroll_command.cpp | 78 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 D | identify_context.cpp | 117 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 D | remote_executor_stub.cpp | 126 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 D | remote_auth_invoker_context.cpp | 151 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 D | simple_auth_context.cpp | 218 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 D | auth_widget_helper.cpp | 166 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 D | remote_auth_service.cpp | 146 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 D | remote_executor_proxy.cpp | 202 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