Searched refs:SendDataToRemote (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/senddatatoremote_fuzzer/ |
H A D | senddatatoremote_fuzzer.cpp | 44 bool result = remoteListener->SendDataToRemote(deviceID, in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_remote_listener_unittest.cpp | 292 EXPECT_EQ(dBinderRemoteListener.SendDataToRemote(deviceId, nullptr), false); 306 EXPECT_EQ(dBinderRemoteListener.SendDataToRemote(deviceId, &message), false); 320 EXPECT_EQ(dBinderRemoteListener.SendDataToRemote(deviceId, &message), false);
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/ |
H A D | dbinder_remote_listener.h | 47 bool SendDataToRemote(const std::string &networkId, const struct DHandleEntryTxRx *msg);
|
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/ |
H A D | dbinder_service.c | 197 static int32_t SendDataToRemote(const char *deviceId, const DHandleEntryTxRx *msg) in SendDataToRemote() function 265 if (SendDataToRemote(toDeviceID, &message) != ERR_NONE) { in SendEntryToRemote() 617 if (SendDataToRemote(fromDeviceID, &replyMessage) != ERR_NONE) { in OnRemoteInvokerMessage()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/ |
H A D | dbinder_remote_listener.cpp | 268 bool DBinderRemoteListener::SendDataToRemote(const std::string &networkId, const struct DHandleEntr… in SendDataToRemote() function in OHOS::DBinderRemoteListener
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 447 bool result = remoteListener->SendDataToRemote(deviceID, message.get()); in SendEntryToRemote()
|