Home
last modified time | relevance | path

Searched defs:SendDataToRemote (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/dbinder/dbinder_service/src/socket/
Ddbinder_remote_listener.cpp268 bool DBinderRemoteListener::SendDataToRemote(const std::string &networkId, const struct DHandleEntr… in SendDataToRemote() function in OHOS::DBinderRemoteListener
/foundation/communication/ipc/test/fuzztest/dbinder/dbinder_service/src/mock/dbinderservicemock_fuzzer/
Ddbinderservicemock_fuzzer.cpp132 …bool DBinderRemoteListener::SendDataToRemote(const std::string &networkId, const struct DHandleEnt… in SendDataToRemote() function in OHOS::DBinderRemoteListener
/foundation/communication/ipc/test/unittest/dbinder/dbinder_service/src/
Ddbinder_service_unittest.cpp126 …bool DBinderRemoteListener::SendDataToRemote(const std::string &networkId, const struct DHandleEnt… in SendDataToRemote() function in OHOS::DBinderRemoteListener
/foundation/communication/ipc/dbinder/c/src/
Ddbinder_service.c197 static int32_t SendDataToRemote(const char *deviceId, const DHandleEntryTxRx *msg) in SendDataToRemote() function