Home
last modified time | relevance | path

Searched refs:FormRendererDelegateProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_proxy_test.cpp48 sptr<FormRendererDelegateProxy> renderDelegate =
49 new FormRendererDelegateProxy(static_cast<FormRendererDelegateProxy>(iremoteObject));
79 sptr<FormRendererDelegateProxy> renderDelegate =
80 new FormRendererDelegateProxy(static_cast<FormRendererDelegateProxy>(iremoteObject));
110 new FormRendererDelegateProxy(static_cast<FormRendererDelegateProxy>(iremoteObject));
133 new FormRendererDelegateProxy(static_cast<FormRendererDelegateProxy>(iremoteObject));
156 new FormRendererDelegateProxy(static_cast<FormRendererDelegateProxy>(iremoteObject));
174 new FormRendererDelegateProxy(static_cast<FormRendererDelegateProxy>(iremoteObject));
192 new FormRendererDelegateProxy(static_cast<FormRendererDelegateProxy>(iremoteObject));
208 new FormRendererDelegateProxy(static_cast<FormRendererDelegateProxy>(iremoteObject));
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_proxy.cpp22 FormRendererDelegateProxy::FormRendererDelegateProxy(const sptr<IRemoteObject>& impl) in FormRendererDelegateProxy() function in OHOS::Ace::FormRendererDelegateProxy
26 int32_t FormRendererDelegateProxy::OnSurfaceCreate(const std::shared_ptr<Rosen::RSSurfaceNode>& sur… in OnSurfaceCreate()
69 int32_t FormRendererDelegateProxy::OnSurfaceReuse( in OnSurfaceReuse()
105 int32_t FormRendererDelegateProxy::OnSurfaceDetach(uint64_t surfaceId) in OnSurfaceDetach()
132 int32_t FormRendererDelegateProxy::OnSurfaceRelease(uint64_t surfaceId) in OnSurfaceRelease()
159 int32_t FormRendererDelegateProxy::OnActionEvent(const std::string& action) in OnActionEvent()
184 int32_t FormRendererDelegateProxy::OnError(const std::string& code, const std::string& msg) in OnError()
214 int32_t FormRendererDelegateProxy::OnSurfaceChange(float width, float height, float borderWidth) in OnSurfaceChange()
272 int32_t FormRendererDelegateProxy::OnGetRectRelativeToWindow(int32_t &top, int32_t &left) in OnGetRectRelativeToWindow()
299 bool FormRendererDelegateProxy::WriteInterfaceToken(MessageParcel& data) in WriteInterfaceToken()
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_delegate_proxy.h30 class ACE_EXPORT FormRendererDelegateProxy : public IRemoteProxy<IFormRendererDelegate> {
32 explicit FormRendererDelegateProxy(const sptr<IRemoteObject>& impl);
33 ~FormRendererDelegateProxy() override = default;
57 static inline BrokerDelegator<FormRendererDelegateProxy> delegator_;