Home
last modified time | relevance | path

Searched refs:sendMsgRet (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_iam_callback.cpp50 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in OnResult() local
52 IF_FALSE_LOGE_AND_RETURN(sendMsgRet == ResultCode::SUCCESS); in OnResult()
75 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in OnAcquireInfo() local
77 IF_FALSE_LOGE_AND_RETURN(sendMsgRet == ResultCode::SUCCESS); in OnAcquireInfo()
H A Dremote_auth_context.cpp248 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in SendQueryExecutorInfoMsg() local
250 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == SUCCESS, false); in SendQueryExecutorInfoMsg()
291 bool sendMsgRet = SendQueryExecutorInfoMsg(); in OnConnectStatus() local
292 if (!sendMsgRet) { in OnConnectStatus()
H A Dremote_executor_stub.cpp347 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in OnMessage() local
349 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in OnMessage()
380 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in ContinueSchedule() local
382 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in ContinueSchedule()
H A Dremote_auth_invoker_context.cpp276 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in SendRequest() local
278 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == SUCCESS, false); in SendRequest()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp260 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in OnBeginExecute() local
262 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in OnBeginExecute()
284 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in OnEndExecute() local
286 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in OnEndExecute()
321 …ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPoi… in OnSendData() local
323 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in OnSendData()
H A Dschedule_node_impl.cpp205 int sendMsgRet = hdi->SendMessage(GetScheduleId(), srcRole, message); in SendMessage() local
206 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == HDF_SUCCESS, false); in SendMessage()