Searched refs:DScreenSourceCallbackProxy (Results 1 – 5 of 5) sorted by relevance
25 class DScreenSourceCallbackProxy : public IRemoteProxy<IDScreenSourceCallback> {27 explicit DScreenSourceCallbackProxy(const sptr<IRemoteObject> impl) in DScreenSourceCallbackProxy() function32 ~DScreenSourceCallbackProxy() override {} in ~DScreenSourceCallbackProxy()39 static inline BrokerDelegator<DScreenSourceCallbackProxy> delegator_;
27 int32_t DScreenSourceCallbackProxy::OnNotifyRegResult(const std::string &devId, const std::string &… in OnNotifyRegResult()58 int32_t DScreenSourceCallbackProxy::OnNotifyUnregResult(const std::string &devId, const std::string… in OnNotifyUnregResult()89 bool DScreenSourceCallbackProxy::CheckParams(const std::string &devId, const std::string &dhId, in CheckParams()
69 …sptr<DScreenSourceCallbackProxy> sourceCbkProxy(new DScreenSourceCallbackProxy(dscreenSourceStubPt… in DscreenSourceCallbackProxyFuzzTest()
72 DScreenSourceCallbackProxy sourceCbkProxy(sourceCbkStubPtr);111 DScreenSourceCallbackProxy sourceCbkProxy(sourceCbkStubPtr);
89 …sptr<DScreenSourceCallbackProxy> dScreenSourceCallbackProxy(new DScreenSourceCallbackProxy(remoteO… in InitSourceInner()