Searched refs:remoteListener (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/fuzztest/closedatabussession_fuzzer/ |
H A D | closedatabussession_fuzzer.cpp | 36 std::shared_ptr<DBinderRemoteListener> remoteListener = nullptr; in DoSomethingInterestingWithMyAPI() local 37 remoteListener = std::make_shared<DBinderRemoteListener>(); in DoSomethingInterestingWithMyAPI() 38 if (remoteListener == nullptr) { in DoSomethingInterestingWithMyAPI() 42 return remoteListener->ShutdownSocket(deviceID); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/ipc/services/dbinder/test/fuzztest/senddatatoremote_fuzzer/ |
H A D | senddatatoremote_fuzzer.cpp | 38 std::shared_ptr<DBinderRemoteListener> remoteListener = in DoSomethingInterestingWithMyAPI() local 40 if (remoteListener == nullptr) { in DoSomethingInterestingWithMyAPI() 44 bool result = remoteListener->SendDataToRemote(deviceID, in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/ipc/services/dbinder/test/fuzztest/onbytesreceived_fuzzer/ |
H A D | onbytesreceived_fuzzer.cpp | 32 std::shared_ptr<DBinderRemoteListener> remoteListener = in DoSomethingInterestingWithMyAPI() local 34 if (remoteListener == nullptr) { in DoSomethingInterestingWithMyAPI() 38 remoteListener->OnBytesReceived(socketId, data, size); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/unregistermissionlistener_fuzzer/ |
H A D | unregistermissionlistener_fuzzer.cpp | 69 sptr<RemoteMissionListenerFuzz> remoteListener; in DoSomethingInterestingWithMyAPI() local 70 if (!deviceId.empty() && remoteListener) { in DoSomethingInterestingWithMyAPI() 71 abilitymgr->UnRegisterMissionListener(deviceId, remoteListener); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/registermissionlistener_fuzzer/ |
H A D | registermissionlistener_fuzzer.cpp | 69 sptr<RemoteMissionListenerFuzz> remoteListener; in DoSomethingInterestingWithMyAPI() local 70 if (!deviceId.empty() && remoteListener) { in DoSomethingInterestingWithMyAPI() 71 abilitymgr->RegisterMissionListener(deviceId, remoteListener); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 440 std::shared_ptr<DBinderRemoteListener> remoteListener = GetRemoteListener(); in SendEntryToRemote() local 441 if (remoteListener == nullptr) { in SendEntryToRemote() 442 DBINDER_LOGE(LOG_LABEL, "remoteListener is null, service:%{public}" PRIu64 " seq:%{public}u", in SendEntryToRemote() 447 bool result = remoteListener->SendDataToRemote(deviceID, message.get()); in SendEntryToRemote() 594 std::shared_ptr<DBinderRemoteListener> remoteListener = GetRemoteListener(); in SendReplyMessageToRemote() local 595 if (remoteListener == nullptr) { in SendReplyMessageToRemote() 596 DBINDER_LOGE(LOG_LABEL, "remoteListener is null"); in SendReplyMessageToRemote() 604 if (!remoteListener->SendDataReply(replyMessage->deviceIdInfo.fromDeviceId, replyMessage.get())) { in SendReplyMessageToRemote()
|
Completed in 4 milliseconds