/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/src/ |
H A D | dscreen_sink_stub_test.cpp | 67 void DScreenSinkStubTest::TestDScreenSinkStub::DScreenNotify(const std::string &devId, int32_t even… in DScreenNotify() function in OHOS::DistributedHardware::DScreenSinkStubTest::TestDScreenSinkStub 170 sinkProxy.DScreenNotify("", 0, "eventContent000"); 172 sinkProxy.DScreenNotify("devId000", 0, ""); 177 sinkProxy.DScreenNotify(longString, 0, "eventContent000"); 182 sinkProxy.DScreenNotify(devId, eventCode, eventContent);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/ |
H A D | dscreen_source_stub_test.cpp | 84 void DScreenSourceStubTest::TestDScreenSourceStub::DScreenNotify(const std::string &devId, int32_t … in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceStubTest::TestDScreenSourceStub 259 sourceProxy.DScreenNotify("", 0, "eventContent000"); 264 sourceProxy.DScreenNotify(longString, 0, "eventContent000"); 266 sourceProxy.DScreenNotify("devId000", 0, ""); 271 sourceProxy.DScreenNotify(devId, eventCode, eventContent);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/include/ |
H A D | idscreen_sink.h | 33 …virtual void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventCo…
|
H A D | dscreen_sink_proxy.h | 42 …void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) o…
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/include/ |
H A D | dscreen_sink_stub_test.h | 43 … void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_sink_proxy/sinkproxydscreennotify_fuzzer/ |
H A D | sinkproxydscreennotify_fuzzer.cpp | 51 dscreenSinkProxy->DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_proxy/proxydscreennotify_fuzzer/ |
H A D | dscreennotify_fuzzer.cpp | 52 dscreenSourceProxy->DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/ |
H A D | idscreen_source.h | 38 virtual void DScreenNotify(const std::string &devId, int32_t eventCode,
|
H A D | dscreen_source_proxy.h | 46 …void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) o…
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/dscreenservice/include/ |
H A D | dscreen_sink_service.h | 38 …void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) o…
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourceservice_fuzzer/ |
H A D | dscreensourceservice_fuzzer.cpp | 48 sourceServicePtr->DScreenNotify(devId, eventCode, eventContent); in DscreenSourceServiceFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/include/ |
H A D | dscreen_source_stub_test.h | 49 void DScreenNotify(const std::string &devId, int32_t eventCode,
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/ |
H A D | dscreen_source_service.h | 43 …void DScreenNotify(const std::string &devId, const int32_t eventCode, const std::string &eventCont…
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_proxy/proxyregisterdistributedhardware_fuzzer/ |
H A D | registerdistributedhardware_fuzzer.cpp | 47 void DScreenNotify(const std::string &devId, int32_t eventCode, in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceStubFuzzTest
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcecallbackproxy_fuzzer/ |
H A D | dscreensourcecallbackproxy_fuzzer.cpp | 42 void DScreenNotify(const std::string &devId, int32_t eventCode, in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceStubFuzzTest
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sinkservice/dscreenservice/dscreensinkstub_fuzzer/ |
H A D | dscreensinkstub_fuzzer.cpp | 42 …void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) o… in DScreenNotify() function in OHOS::DistributedHardware::DScreenSinkStubFuzzTest
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/dscreenservice/src/ |
H A D | dscreen_sink_service.cpp | 116 void DScreenSinkService::DScreenNotify(const std::string &devId, int32_t eventCode, const std::stri… in DScreenNotify() function in OHOS::DistributedHardware::DScreenSinkService
|
H A D | dscreen_sink_stub.cpp | 139 DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyInner()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcestub_fuzzer/ |
H A D | dscreensourcestub_fuzzer.cpp | 50 void DScreenNotify(const std::string &devId, int32_t eventCode, in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceStubFuzzTest
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/ |
H A D | dscreen_sink_proxy.cpp | 139 void DScreenSinkProxy::DScreenNotify(const std::string &devId, int32_t eventCode, const std::string… in DScreenNotify() function in OHOS::DistributedHardware::DScreenSinkProxy
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/ |
H A D | dscreen_source_proxy.cpp | 176 void DScreenSourceProxy::DScreenNotify(const std::string &devId, int32_t eventCode, const std::stri… in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceProxy
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/ |
H A D | dscreen_source_service.cpp | 204 void DScreenSourceService::DScreenNotify(const std::string &devId, const int32_t eventCode, in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceService
|
H A D | dscreen_source_stub.cpp | 192 DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyInner()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr.cpp | 224 remoteSourceSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 421 remoteSinkSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()
|