Home
last modified time | relevance | path

Searched defs:requestFrame (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/render/
Dmock_render_context.cpp20 void RenderContext::SetRequestFrame(const std::function<void()>& requestFrame) in SetRequestFrame()
/foundation/arkui/ace_engine/test/unittest/core/render/render_context/
Drender_context_test_ng.cpp85 auto requestFrame = []() { in __anonf65740c60202() variable
109 auto requestFrame = []() { in __anonf65740c60302() variable
/foundation/arkui/ace_engine/test/mock/core/render/
Dmock_rosen_render_context.cpp20 void RenderContext::SetRequestFrame(const std::function<void()>& requestFrame) in SetRequestFrame()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.cpp34 void RenderContext::SetRequestFrame(const std::function<void()>& requestFrame) in SetRequestFrame()