Home
last modified time | relevance | path

Searched refs:SetRequestFrame (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_rosen_render_context.cpp20 void RenderContext::SetRequestFrame(const std::function<void()>& requestFrame) in SetRequestFrame() function in OHOS::Ace::NG::RenderContext
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_context_test_ng.cpp112 renderContext.SetRequestFrame(requestFrame);
144 renderContext.SetRequestFrame(requestFrame);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.cpp40 void RenderContext::SetRequestFrame(const std::function<void()>& requestFrame) in SetRequestFrame() function in OHOS::Ace::NG::RenderContext
H A Drender_context.h85 void SetRequestFrame(const std::function<void()>& requestFrame);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp685 renderContext_->SetRequestFrame([weak = WeakClaim(this)] { in InitializePatternAndContext()