Home
last modified time | relevance | path

Searched refs:SendDataToRemote (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/senddatatoremote_fuzzer/
H A Dsenddatatoremote_fuzzer.cpp44 bool result = remoteListener->SendDataToRemote(deviceID, in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_remote_listener_unittest.cpp292 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 Ddbinder_remote_listener.h47 bool SendDataToRemote(const std::string &networkId, const struct DHandleEntryTxRx *msg);
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c197 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 Ddbinder_remote_listener.cpp268 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 Ddbinder_service.cpp447 bool result = remoteListener->SendDataToRemote(deviceID, message.get()); in SendEntryToRemote()