Home
last modified time | relevance | path

Searched refs:getDestRoleRet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_invoker_context.cpp307 bool getDestRoleRet = message.GetInt32Value(Attributes::ATTR_DEST_ROLE, destRole); in ProcAuthTipMsg() local
308 IF_FALSE_LOGE_AND_RETURN_VAL(getDestRoleRet, ResultCode::GENERAL_ERROR); in ProcAuthTipMsg()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp155 bool getDestRoleRet = data.GetInt32Value(Attributes::ATTR_SRC_ROLE, srcRole); in OnSendData() local
156 IF_FALSE_LOGE_AND_RETURN_VAL(getDestRoleRet == true, ResultCode::GENERAL_ERROR); in OnSendData()