Home
last modified time | relevance | path

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

/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 eventCode, in DScreenNotify() function in OHOS::DistributedHardware::DScreenSinkStubTest::TestDScreenSinkStub
161 * @tc.desc: Invoke the DScreenNotify ipc interface.
170 sinkProxy.DScreenNotify("", 0, "eventContent000"); in HWTEST_F()
172 sinkProxy.DScreenNotify("devId000", 0, ""); in HWTEST_F()
177 sinkProxy.DScreenNotify(longString, 0, "eventContent000"); in HWTEST_F()
182 sinkProxy.DScreenNotify(devId, eventCode, eventContent); in HWTEST_F()
/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 &eventContent) = 0;
H A Ddscreen_sink_proxy.h42 void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) override;
/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) override;
/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) override;
/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()
/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()
/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);
/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 eventCode, in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceStubTest::TestDScreenSourceStub
250 * @tc.desc: Invoke the DScreenNotify ipc interface.
259 sourceProxy.DScreenNotify("", 0, "eventContent000"); in HWTEST_F()
264 sourceProxy.DScreenNotify(longString, 0, "eventContent000"); in HWTEST_F()
266 sourceProxy.DScreenNotify("devId000", 0, ""); in HWTEST_F()
271 sourceProxy.DScreenNotify(devId, eventCode, eventContent); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourceservice_fuzzer/
H A Ddscreensourceservice_fuzzer.cpp48 sourceServicePtr->DScreenNotify(devId, eventCode, eventContent); in DscreenSourceServiceFuzzTest()
/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 &eventContent) override;
/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,
/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,
/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) override {};
/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,
/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::string &eventContent) in DScreenNotify() function in OHOS::DistributedHardware::DScreenSinkService
118 DHLOGI("DScreenNotify, devId:%{public}s, eventCode: %{public}" PRId32 ", eventContent:%{public}s", in DScreenNotify()
H A Ddscreen_sink_stub.cpp139 DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyInner()
/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,
/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 &eventContent) in DScreenNotify() function in OHOS::DistributedHardware::DScreenSinkProxy
143 DHLOGE("DScreenNotify error: invalid parameter."); in DScreenNotify()
/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::string &eventContent) in DScreenNotify() function in OHOS::DistributedHardware::DScreenSourceProxy
180 DHLOGE("DScreenNotify error: invalid parameter"); in DScreenNotify()
/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
207 DHLOGI("DScreenNotify, devId: %{public}s, eventCode: %{public}" PRId32, GetAnonyString(devId).c_str(), eventCode); in DScreenNotify()
H A Ddscreen_source_stub.cpp192 DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyInner()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp224 remoteSourceSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp421 remoteSinkSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()

Completed in 9 milliseconds