Home
last modified time | relevance | path

Searched defs:requestFrame (Results 1 – 4 of 4) 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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_context_test_ng.cpp104 auto requestFrame = []() { in __anon21dffd8c0202() variable
128 auto requestFrame = []() { in __anon21dffd8c0302() variable
/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkModifier.js122 static requestFrame() { method in ModifierUtils