Searched refs:TransactSurfaceDelegatorProxy (Results 1 – 2 of 2) sorted by relevance
22 class TransactSurfaceDelegatorProxy : public IRemoteProxy<ITransactSurfaceDelegator> {24 explicit TransactSurfaceDelegatorProxy(const sptr<IRemoteObject> &impl);25 virtual ~TransactSurfaceDelegatorProxy() noexcept = default;28 static inline BrokerDelegator<TransactSurfaceDelegatorProxy> delegator_;
18 TransactSurfaceDelegatorProxy::TransactSurfaceDelegatorProxy(const sptr<IRemoteObject> &impl) in TransactSurfaceDelegatorProxy() function in OHOS::TransactSurfaceDelegatorProxy