Home
last modified time | relevance | path

Searched refs:DScreenSinkProxy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/include/
H A Ddscreen_sink_proxy.h30 class DScreenSinkProxy : public IRemoteProxy<IDScreenSink> {
32 explicit DScreenSinkProxy(const sptr<IRemoteObject> impl) in DScreenSinkProxy() function
37 ~DScreenSinkProxy() override {} in ~DScreenSinkProxy()
45 static inline BrokerDelegator<DScreenSinkProxy> delegator_;
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/
H A Ddscreen_sink_proxy.cpp30 int32_t DScreenSinkProxy::InitSink(const std::string &params) in InitSink()
59 int32_t DScreenSinkProxy::ReleaseSink() in ReleaseSink()
79 int32_t DScreenSinkProxy::SubscribeLocalHardware(const std::string &dhId, const std::string &param) in SubscribeLocalHardware()
109 int32_t DScreenSinkProxy::UnsubscribeLocalHardware(const std::string &dhId) in UnsubscribeLocalHardware()
139 void DScreenSinkProxy::DScreenNotify(const std::string &devId, int32_t eventCode, const std::string… in DScreenNotify()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub_test.cpp84 DScreenSinkProxy sinkProxy(sinkStubPtr);
102 DScreenSinkProxy sinkProxy(sinkStubPtr);
117 DScreenSinkProxy sinkProxy(sinkStubPtr);
144 DScreenSinkProxy sinkProxy(sinkStubPtr);
168 DScreenSinkProxy sinkProxy(sinkStubPtr);
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_sink_proxy/proxyinitsink_fuzzer/
H A Dinitsink_fuzzer.cpp47 …std::shared_ptr<DScreenSinkProxy> dscreenSinkProxy = std::make_shared<DScreenSinkProxy>(remoteObje… in InitSinkFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_sink_proxy/proxyunsubscribelocalhardware_fuzzer/
H A Dunsubscribelocalhardware_fuzzer.cpp48 …std::shared_ptr<DScreenSinkProxy> dscreenSinkProxy = std::make_shared<DScreenSinkProxy>(remoteObje… in UnsubscribeLocalHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_sink_proxy/proxysubscribelocalhardware_fuzzer/
H A Dsubscribelocalhardware_fuzzer.cpp49 …std::shared_ptr<DScreenSinkProxy> dscreenSinkProxy = std::make_shared<DScreenSinkProxy>(remoteObje… in SubscribeLocalHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_sink_proxy/sinkproxydscreennotify_fuzzer/
H A Dsinkproxydscreennotify_fuzzer.cpp49 …std::shared_ptr<DScreenSinkProxy> dscreenSinkProxy = std::make_shared<DScreenSinkProxy>(remoteObje… in DScreenNotifyFuzzTest()