Searched refs:getResultCodeRet (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | remote_executor_proxy.cpp | 250 bool getResultCodeRet = reply->GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in OnBeginExecute() local 251 IF_FALSE_LOGE_AND_RETURN(getResultCodeRet); in OnBeginExecute() 309 bool getResultCodeRet = reply->GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in OnSendData() local 310 IF_FALSE_LOGE_AND_RETURN(getResultCodeRet); in OnSendData() 364 bool getResultCodeRet = data.GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in ProcFinishMsg() local 365 IF_FALSE_LOGE_AND_RETURN_VAL(getResultCodeRet, GENERAL_ERROR); in ProcFinishMsg()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | identify_context.cpp | 101 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult() local 102 IF_FALSE_LOGE_AND_RETURN_VAL(getResultCodeRet == true, false); in UpdateScheduleResult()
|
H A D | remote_auth_invoker_context.cpp | 258 bool getResultCodeRet = reply->GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in SendRequest() local 259 IF_FALSE_LOGE_AND_RETURN(getResultCodeRet); in SendRequest() 324 bool getResultCodeRet = message.GetInt32Value(Attributes::ATTR_RESULT, resultCode); in ProcAuthResultMsgInner() local 325 IF_FALSE_LOGE_AND_RETURN_VAL(getResultCodeRet, ResultCode::GENERAL_ERROR); in ProcAuthResultMsgInner()
|
H A D | enroll_context.cpp | 114 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult() local 115 IF_FALSE_LOGE_AND_RETURN_VAL(getResultCodeRet == true, false); in UpdateScheduleResult()
|
H A D | remote_auth_context.cpp | 226 bool getResultCodeRet = reply->GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in SendQueryExecutorInfoMsg() local 227 IF_FALSE_LOGE_AND_RETURN(getResultCodeRet); in SendQueryExecutorInfoMsg()
|
H A D | simple_auth_context.cpp | 236 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult() local 237 IF_FALSE_LOGE_AND_RETURN_VAL(getResultCodeRet == true, false); in UpdateScheduleResult()
|