Home
last modified time | relevance | path

Searched refs:SetPushToRenderNodeFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.cpp52 pool_->SetPushToRenderNodeFunc([weak = AceType::WeakClaim(this)](const TaskFunc& taskFunc) { in Update()
H A Dcustom_paint_component.h51 void SetPushToRenderNodeFunc(const PushTaskFunc& pushTaskFunc) in SetPushToRenderNodeFunc() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h50 void SetPushToRenderNodeFunc(const PushTaskFunction& pushTaskFunc) in SetPushToRenderNodeFunc() function
H A Drender_xcomponent.cpp233 … pool_->SetPushToRenderNodeFunc([weak = AceType::WeakClaim(this)](const TaskFunction& taskFunc) { in Update()