Home
last modified time | relevance | path

Searched refs:TransactSurfaceDelegatorProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dtransact_surface_delegator_proxy.h22 class TransactSurfaceDelegatorProxy : public IRemoteProxy<ITransactSurfaceDelegator> {
24 explicit TransactSurfaceDelegatorProxy(const sptr<IRemoteObject> &impl);
25 virtual ~TransactSurfaceDelegatorProxy() noexcept = default;
28 static inline BrokerDelegator<TransactSurfaceDelegatorProxy> delegator_;
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dtransact_surface_delegator_proxy.cpp18 TransactSurfaceDelegatorProxy::TransactSurfaceDelegatorProxy(const sptr<IRemoteObject> &impl) in TransactSurfaceDelegatorProxy() function in OHOS::TransactSurfaceDelegatorProxy