Searched refs:SendDataToRemote (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/fuzztest/senddatatoremote_fuzzer/ |
H A D | senddatatoremote_fuzzer.cpp | 44 bool result = remoteListener->SendDataToRemote(deviceID, in DoSomethingInterestingWithMyAPI()
|
/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);
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_remote_listener_unittest.cpp | 285 * @tc.desc: Verify SendDataToRemote function when message is nullptr. 292 EXPECT_EQ(dBinderRemoteListener.SendDataToRemote(deviceId, nullptr), false); 297 * @tc.desc: Verify SendDataToRemote function when deviceId is empty. 306 EXPECT_EQ(dBinderRemoteListener.SendDataToRemote(deviceId, &message), false); 311 * @tc.desc: Verify SendDataToRemote function when deviceId is invalid. 320 EXPECT_EQ(dBinderRemoteListener.SendDataToRemote(deviceId, &message), false);
|
/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 205 RPC_LOG_ERROR("SendDataToRemote connect failed"); in SendDataToRemote() 210 RPC_LOG_ERROR("SendDataToRemote connect failed, sessionId=%d", sessionId); in SendDataToRemote() 215 RPC_LOG_ERROR("SendDataToRemote send failed"); in SendDataToRemote() 265 if (SendDataToRemote(toDeviceID, &message) != ERR_NONE) { in SendEntryToRemote() 266 RPC_LOG_ERROR("SendDataToRemote failed"); in SendEntryToRemote() 617 if (SendDataToRemote(fromDeviceID, &replyMessage) != ERR_NONE) { in OnRemoteInvokerMessage()
|
/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 DHandleEntryTxRx *msg) in SendDataToRemote() function in OHOS::DBinderRemoteListener
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 447 bool result = remoteListener->SendDataToRemote(deviceID, message.get()); in SendEntryToRemote() 449 DBINDER_LOGE(LOG_LABEL, "SendDataToRemote failed, service:%{public}" PRIu64" seq:%{public}u", in SendEntryToRemote()
|
Completed in 8 milliseconds