Home
last modified time | relevance | path

Searched refs:DScreenNotify (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub_test.cpp67 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 Ddscreen_source_stub_test.cpp84 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 Didscreen_sink.h33 …virtual void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventCo…
H A Ddscreen_sink_proxy.h42 …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 Ddscreen_sink_stub_test.h43 … 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 Dsinkproxydscreennotify_fuzzer.cpp51 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 Ddscreennotify_fuzzer.cpp52 dscreenSourceProxy->DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Didscreen_source.h38 virtual void DScreenNotify(const std::string &devId, int32_t eventCode,
H A Ddscreen_source_proxy.h46 …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 Ddscreen_sink_service.h38 …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 Ddscreensourceservice_fuzzer.cpp48 sourceServicePtr->DScreenNotify(devId, eventCode, eventContent); in DscreenSourceServiceFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/include/
H A Ddscreen_source_stub_test.h49 void DScreenNotify(const std::string &devId, int32_t eventCode,
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/
H A Ddscreen_source_service.h43 …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 Dregisterdistributedhardware_fuzzer.cpp47 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 Ddscreensourcecallbackproxy_fuzzer.cpp42 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 Ddscreensinkstub_fuzzer.cpp42 …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 Ddscreen_sink_service.cpp116 void DScreenSinkService::DScreenNotify(const std::string &devId, int32_t eventCode, const std::stri… in DScreenNotify() function in OHOS::DistributedHardware::DScreenSinkService
H A Ddscreen_sink_stub.cpp139 DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyInner()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcestub_fuzzer/
H A Ddscreensourcestub_fuzzer.cpp50 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 Ddscreen_sink_proxy.cpp139 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 Ddscreen_source_proxy.cpp176 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 Ddscreen_source_service.cpp204 void DScreenSourceService::DScreenNotify(const std::string &devId, const int32_t eventCode, in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceService
H A Ddscreen_source_stub.cpp192 DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyInner()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp224 remoteSourceSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp421 remoteSinkSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()