Searched refs:SendReplyMessageToRemote (Results 1 – 3 of 3) sorted by relevance
| /foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
| D | dbinder_service.cpp | 505 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_NOT_FOUND, replyMessage); in LoadSystemAbilityComplete() 515 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_NOT_FOUND, replyMessage); in LoadSystemAbilityComplete() 525 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_INVOKE_FAILED, replyMessage); in LoadSystemAbilityComplete() 534 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, result, replyMessage); in LoadSystemAbilityComplete() 537 SendReplyMessageToRemote(MESSAGE_AS_REPLY, 0, replyMessage); in LoadSystemAbilityComplete() 543 void DBinderService::SendReplyMessageToRemote(uint32_t dBinderCode, uint32_t reason, in SendReplyMessageToRemote() function in OHOS::DBinderService
|
| /foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
| D | dbinder_service.h | 356 void SendReplyMessageToRemote(uint32_t dBinderCode, uint32_t reason,
|
| /foundation/communication/ipc/services/dbinder/test/unittest/ |
| D | dbinder_service_unittest.cpp | 1159 dBinderService->SendReplyMessageToRemote(dBinderCode, reason, replyMessage); 1161 dBinderService->SendReplyMessageToRemote(dBinderCode, reason, replyMessage);
|