Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/context/src/
H A Dremote_iam_callback.cpp50 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in OnResult() local
52 IF_FALSE_LOGE_AND_RETURN(sendMsgRet == ResultCode::SUCCESS); in OnResult()
75 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in OnAcquireInfo() local
77 IF_FALSE_LOGE_AND_RETURN(sendMsgRet == ResultCode::SUCCESS); in OnAcquireInfo()
H A Dremote_auth_context.cpp257 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in SendQueryExecutorInfoMsg() local
259 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == SUCCESS, false); in SendQueryExecutorInfoMsg()
301 bool sendMsgRet = SendQueryExecutorInfoMsg(); in OnConnectStatus() local
302 if (!sendMsgRet) { in OnConnectStatus()
H A Dremote_executor_stub.cpp344 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in OnMessage() local
346 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in OnMessage()
377 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in ContinueSchedule() local
379 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in ContinueSchedule()
H A Dremote_auth_invoker_context.cpp285 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in SendRequest() local
287 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == SUCCESS, false); in SendRequest()
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp260 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in OnBeginExecute() local
262 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in OnBeginExecute()
284 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in OnEndExecute() local
286 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in OnEndExecute()
321 ResultCode sendMsgRet = RemoteConnectionManager::GetInstance().SendMessage(connectionName_, endPointName_, in OnSendData() local
323 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == ResultCode::SUCCESS, GENERAL_ERROR); in OnSendData()
H A Dschedule_node_impl.cpp200 int sendMsgRet = hdi->SendMessage(GetScheduleId(), srcRole, message); in SendMessage() local
201 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == HDF_SUCCESS, false); in SendMessage()

Completed in 5 milliseconds