Home
last modified time | relevance | path

Searched defs:isLayoutFinished (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp1994 sceneSession->isLastFrameLayoutFinishedFunc_ = [](bool& isLayoutFinished) { in __anoneb811a820802()
1999 sceneSession->isLastFrameLayoutFinishedFunc_ = [](bool& isLayoutFinished) { in __anoneb811a820902()
2005 sceneSession->isLastFrameLayoutFinishedFunc_ = [](bool& isLayoutFinished) { in __anoneb811a820a02()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1605 bool isLayoutFinished = false; in SetIsStatusBarVisibleInner() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1709 sceneSession->SetIsLastFrameLayoutFinishedFunc([this](bool& isLayoutFinished) { in CreateSceneSession()
11479 WSError SceneSessionManager::IsLastFrameLayoutFinished(bool& isLayoutFinished) in IsLastFrameLayoutFinished()