/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 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 D | idscreen_sink.h | 33 virtual void DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) = 0;
|
H A D | dscreen_sink_proxy.h | 42 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 D | dscreen_sink_service.h | 38 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 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) override;
|
/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()
|
/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()
|
/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);
|
/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 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 D | dscreensourceservice_fuzzer.cpp | 48 sourceServicePtr->DScreenNotify(devId, eventCode, eventContent); in DscreenSourceServiceFuzzTest()
|
/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 &eventContent) override;
|
/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,
|
/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,
|
/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) override {};
|
/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,
|
/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::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 D | dscreen_sink_stub.cpp | 139 DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyInner()
|
/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,
|
/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 &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 D | dscreen_source_proxy.cpp | 176 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 D | dscreen_source_service.cpp | 204 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 D | dscreen_source_stub.cpp | 192 DScreenNotify(devId, eventCode, eventContent); in DScreenNotifyInner()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr.cpp | 224 remoteSourceSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()
|
/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()
|