Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp1105 ASSERT_EQ(true, session_->GetStartingBeforeVisible());
1109 ASSERT_EQ(false, session_->GetStartingBeforeVisible());
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h312 bool GetStartingBeforeVisible() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp630 bool Session::GetStartingBeforeVisible() const in GetStartingBeforeVisible() function in OHOS::Rosen::Session
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9565 sceneSession->GetStartingBeforeVisible() && sceneSession->IsAppSession()) { in FlushUIParams()