Searched refs:sendMsgRet (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_iam_callback.cpp | 50 …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 D | remote_auth_context.cpp | 248 …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 D | remote_executor_stub.cpp | 347 …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 D | remote_auth_invoker_context.cpp | 276 …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 D | remote_executor_proxy.cpp | 260 …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 D | schedule_node_impl.cpp | 205 int sendMsgRet = hdi->SendMessage(GetScheduleId(), srcRole, message); in SendMessage() local 206 IF_FALSE_LOGE_AND_RETURN_VAL(sendMsgRet == HDF_SUCCESS, false); in SendMessage()
|