Home
last modified time | relevance | path

Searched refs:attachCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_surface_ext.h50 virtual void SetAttachCallback(const RSSurfaceTextureAttachCallBack& attachCallback) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h142 void SetSurfaceTextureAttachCallBack(const RSSurfaceTextureAttachCallBack& attachCallback);
H A Drs_surface_node.cpp796 …SSurfaceNode::SetSurfaceTextureAttachCallBack(const RSSurfaceTextureAttachCallBack& attachCallback) in SetSurfaceTextureAttachCallBack() argument
804 texture->SetAttachCallback(attachCallback); in SetSurfaceTextureAttachCallBack()
812 texture->SetAttachCallback(attachCallback); in SetSurfaceTextureAttachCallBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h191 virtual void AddAttachCallBack(const std::function<void(int64_t, bool)>& attachCallback) {} in AddAttachCallBack() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h68 void AddAttachCallBack(const std::function<void(int64_t, bool)>& attachCallback) override;
H A Drosen_render_context.cpp6177 void RosenRenderContext::AddAttachCallBack(const std::function<void(int64_t, bool)>& attachCallback) argument
6183 rsSurfaceNode->SetSurfaceTextureAttachCallBack(attachCallback);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-canvasrenderingcontext2d.md3677 attachCallback(): void {
3686 this.context.on('onAttach', this.attachCallback.bind(this))
3690 this.context.off('onAttach', this.attachCallback)
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-about-extension.md493 OH_LOG_INFO(LOG_APP, "Node-API attachCallback is failed.");