Home
last modified time | relevance | path

Searched refs:SetNextFrameLayoutCallback (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp309 pipelineContext->SetNextFrameLayoutCallback(nullptr); in DestroyCallback()
551 void UIContentImpl::SetNextFrameLayoutCallback(std::function<void()>&& callback) in SetNextFrameLayoutCallback() function in OHOS::Ace::UIContentImpl
558 pipelineContext->SetNextFrameLayoutCallback(std::move(callback)); in SetNextFrameLayoutCallback()
H A Dui_content_impl.h97 void SetNextFrameLayoutCallback(std::function<void()>&& callback) override;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h62 MOCK_METHOD1(SetNextFrameLayoutCallback, void(std::function<void()>&& callback));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h64 MOCK_METHOD1(SetNextFrameLayoutCallback, void(std::function<void()> &&callback));
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h69 MOCK_METHOD1(SetNextFrameLayoutCallback, void(std::function<void()>&& callback));
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h174 virtual void SetNextFrameLayoutCallback(std::function<void()>&& callback) = 0;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp137 EXPECT_CALL(*content, SetNextFrameLayoutCallback(_));
139 EXPECT_CALL(*content, SetNextFrameLayoutCallback(_));
142 EXPECT_CALL(*content, SetNextFrameLayoutCallback(_));
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h135 void SetNextFrameLayoutCallback(std::function<void()>&& callback) override;
H A Dui_content_impl.cpp800 pipelineContext->SetNextFrameLayoutCallback(nullptr); in DestroyCallback()
2982 void UIContentImpl::SetNextFrameLayoutCallback(std::function<void()>&& callback) in SetNextFrameLayoutCallback() function in OHOS::Ace::UIContentImpl
2989 pipelineContext->SetNextFrameLayoutCallback(std::move(callback)); in SetNextFrameLayoutCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1118 void SetNextFrameLayoutCallback(std::function<void()>&& callback) in SetNextFrameLayoutCallback() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp453 context_->SetNextFrameLayoutCallback([&flagCbk]() { flagCbk = !flagCbk; }); in __anon0f9446780502()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2496 … uiContent_->SetNextFrameLayoutCallback([propertyToken, animationTransitionControllerToken]() { in RegisterAnimationTransitionController()
H A Dwindow_scene_session_impl.cpp3384 … uiContent->SetNextFrameLayoutCallback([propertyToken, animationTransitionControllerToken]() { in RegisterAnimationTransitionController()