Home
last modified time | relevance | path

Searched refs:frameLayoutFinishCb_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp98 uiContent_->SetFrameLayoutFinishCallback(std::move(frameLayoutFinishCb_)); in LoadContent()
190 frameLayoutFinishCb_ = callback; in SetFrameLayoutFinishCallback()
193 uiContent_->SetFrameLayoutFinishCallback(std::move(frameLayoutFinishCb_)); in SetFrameLayoutFinishCallback()
H A Droot_scene.cpp101 uiContent_->SetFrameLayoutFinishCallback(std::move(frameLayoutFinishCb_)); in LoadContent()
257 frameLayoutFinishCb_ = callback; in SetFrameLayoutFinishCallback()
259 uiContent_->SetFrameLayoutFinishCallback(std::move(frameLayoutFinishCb_)); in SetFrameLayoutFinishCallback()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h92 std::function<void()> frameLayoutFinishCb_ = nullptr; variable
H A Droot_scene.h134 std::function<void()> frameLayoutFinishCb_ = nullptr; variable