Home
last modified time | relevance | path

Searched refs:IsParentSessionVisible (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp1491 * @tc.name: IsParentSessionVisible
1492 * @tc.desc: IsParentSessionVisible
1495 HWTEST_F(SceneSessionManagerTest4, IsParentSessionVisible, Function | SmallTest | Level3) in HWTEST_F()
1507 bool result = ssm_->IsParentSessionVisible(sceneSession); in HWTEST_F()
1516 result = ssm_->IsParentSessionVisible(sceneSession); in HWTEST_F()
1521 result = ssm_->IsParentSessionVisible(sceneSession); in HWTEST_F()
1525 result = ssm_->IsParentSessionVisible(sceneSession); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h568 bool IsParentSessionVisible(const sptr<SceneSession>& session);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4995 bool SceneSessionManager::IsParentSessionVisible(const sptr<SceneSession>& session) in IsParentSessionVisible() function in OHOS::Rosen::SceneSessionManager
5012 bool parentVisible = IsParentSessionVisible(session); in DumpAllSessionFocusableInfo()
5037 IsSessionVisibleForeground(session) && IsParentSessionVisible(session)) { in GetNextFocusableSession()

Completed in 21 milliseconds