Searched refs:DScreenSinkProxy (Results 1 – 7 of 7) sorted by relevance
30 class DScreenSinkProxy : public IRemoteProxy<IDScreenSink> {32 explicit DScreenSinkProxy(const sptr<IRemoteObject> impl) in DScreenSinkProxy() function37 ~DScreenSinkProxy() override {} in ~DScreenSinkProxy()45 static inline BrokerDelegator<DScreenSinkProxy> delegator_;
30 int32_t DScreenSinkProxy::InitSink(const std::string ¶ms) in InitSink()59 int32_t DScreenSinkProxy::ReleaseSink() in ReleaseSink()79 int32_t DScreenSinkProxy::SubscribeLocalHardware(const std::string &dhId, const std::string ¶m) 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()
84 DScreenSinkProxy sinkProxy(sinkStubPtr);102 DScreenSinkProxy sinkProxy(sinkStubPtr);117 DScreenSinkProxy sinkProxy(sinkStubPtr);144 DScreenSinkProxy sinkProxy(sinkStubPtr);168 DScreenSinkProxy sinkProxy(sinkStubPtr);
47 …std::shared_ptr<DScreenSinkProxy> dscreenSinkProxy = std::make_shared<DScreenSinkProxy>(remoteObje… in InitSinkFuzzTest()
48 …std::shared_ptr<DScreenSinkProxy> dscreenSinkProxy = std::make_shared<DScreenSinkProxy>(remoteObje… in UnsubscribeLocalHardwareFuzzTest()
49 …std::shared_ptr<DScreenSinkProxy> dscreenSinkProxy = std::make_shared<DScreenSinkProxy>(remoteObje… in SubscribeLocalHardwareFuzzTest()
49 …std::shared_ptr<DScreenSinkProxy> dscreenSinkProxy = std::make_shared<DScreenSinkProxy>(remoteObje… in DScreenNotifyFuzzTest()