Home
last modified time | relevance | path

Searched refs:nextFrameLayoutCallback_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1120 nextFrameLayoutCallback_ = std::move(callback); in SetNextFrameLayoutCallback()
1468 if (isForegroundCalled_ && nextFrameLayoutCallback_) { in TryCallNextFrameLayoutCallback()
1470 nextFrameLayoutCallback_(); in TryCallNextFrameLayoutCallback()
1587 std::function<void()> nextFrameLayoutCallback_ = nullptr; variable
H A Dpipeline_context.h1003 std::function<void()> nextFrameLayoutCallback_ = nullptr; variable