Searched refs:RSRenderServiceProxy (Results 1 – 5 of 5) sorted by relevance
26 class RSRenderServiceProxy : public IRemoteProxy<RSIRenderService> {28 explicit RSRenderServiceProxy(const sptr<IRemoteObject>& impl);29 virtual ~RSRenderServiceProxy() noexcept = default;34 static inline BrokerDelegator<RSRenderServiceProxy> delegator_;
25 RSRenderServiceProxy::RSRenderServiceProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<RSIRende… in RSRenderServiceProxy() function in OHOS::Rosen::RSRenderServiceProxy27 sptr<RSIRenderServiceConnection> RSRenderServiceProxy::CreateConnection(const sptr<RSIConnectionTok… in CreateConnection()
113 renderService = iface_cast<RSRenderServiceProxy>(remoteObject); in Connect()
51 renderService = iface_cast<RSRenderServiceProxy>(remoteObject); in SetUpTestCase()
136 sptr<RSIRenderService> renderService = iface_cast<RSRenderServiceProxy>(remoteObject); in RSRenderServiceStubFuzztest004()