Searched refs:OnRemoteInvokerDataBusMessage (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/ipc/services/dbinder/c/src/ |
H A D | dbinder_service.c | 528 static int32_t OnRemoteInvokerDataBusMessage(ProxyObject *proxy, DHandleEntryTxRx *replyMessage, in OnRemoteInvokerDataBusMessage() function 544 RPC_LOG_ERROR("OnRemoteInvokerDataBusMessage GetLocalDeviceID failed"); in OnRemoteInvokerDataBusMessage() 604 if (OnRemoteInvokerDataBusMessage(saProxy, &replyMessage, fromDeviceID, in OnRemoteInvokerMessage()
|
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service.h | 360 uint32_t OnRemoteInvokerDataBusMessage(IPCObjectProxy *proxy, std::shared_ptr<struct DHandleEntryTxRx> replyMessage,
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 579 uint32_t result = OnRemoteInvokerDataBusMessage(saProxy, replyMessage, deviceId, in LoadSystemAbilityComplete() 767 uint32_t DBinderService::OnRemoteInvokerDataBusMessage(IPCObjectProxy *proxy, in OnRemoteInvokerDataBusMessage() function in OHOS::DBinderService
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 1137 * @tc.desc: Verify the OnRemoteInvokerDataBusMessage function 1152 EXPECT_EQ(dBinderService->OnRemoteInvokerDataBusMessage( in HWTEST_F() 1158 * @tc.desc: Verify the OnRemoteInvokerDataBusMessage function 1173 EXPECT_EQ(dBinderService->OnRemoteInvokerDataBusMessage( in HWTEST_F()
|
Completed in 10 milliseconds