Searched refs:sendMsgRet (Results 1 - 6 of 6) sorted by relevance
/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_iam_callback.cpp | 50 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 D | remote_auth_context.cpp | 257 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 D | remote_executor_stub.cpp | 344 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 D | remote_auth_invoker_context.cpp | 285 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 D | remote_executor_proxy.cpp | 260 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 D | schedule_node_impl.cpp | 200 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