Home
last modified time | relevance | path

Searched refs:SetFrameLayoutFinishCallback (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Droot_scene_test.cpp197 HWTEST_F(RootSceneTest, SetFrameLayoutFinishCallback, Function | SmallTest | Level3)
201 rootScene.SetFrameLayoutFinishCallback(nullptr);
205 rootScene.SetFrameLayoutFinishCallback(nullptr);
H A Dscreen_scene_test.cpp154 HWTEST_F(ScreenSceneTest, SetFrameLayoutFinishCallback, Function | SmallTest | Level3)
157 screenScene.SetFrameLayoutFinishCallback([](){}); in __anona4f454fd0202()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp98 uiContent_->SetFrameLayoutFinishCallback(std::move(frameLayoutFinishCb_)); in LoadContent()
184 void ScreenScene::SetFrameLayoutFinishCallback(std::function<void()>&& callback) in SetFrameLayoutFinishCallback() function in OHOS::Rosen::ScreenScene
193 uiContent_->SetFrameLayoutFinishCallback(std::move(frameLayoutFinishCb_)); in SetFrameLayoutFinishCallback()
H A Droot_scene.cpp101 uiContent_->SetFrameLayoutFinishCallback(std::move(frameLayoutFinishCb_)); in LoadContent()
255 void RootScene::SetFrameLayoutFinishCallback(std::function<void()>&& callback) in SetFrameLayoutFinishCallback() function in OHOS::Rosen::RootScene
259 uiContent_->SetFrameLayoutFinishCallback(std::move(frameLayoutFinishCb_)); in SetFrameLayoutFinishCallback()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h50 void SetFrameLayoutFinishCallback(std::function<void()> && callback);
H A Droot_scene.h64 void SetFrameLayoutFinishCallback(std::function<void()>&& callback);
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h371 virtual void SetFrameLayoutFinishCallback(std::function<void()>&& callback) {}; in SetFrameLayoutFinishCallback() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h138 void SetFrameLayoutFinishCallback(std::function<void()>&& callback) override;
H A Dui_content_impl.cpp2992 void UIContentImpl::SetFrameLayoutFinishCallback(std::function<void()>&& callback) in SetFrameLayoutFinishCallback() function in OHOS::Ace::UIContentImpl
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp613 rootScene_->SetFrameLayoutFinishCallback([] { in RegisterSSManagerCallbacksOnRootScene()