Home
last modified time | relevance | path

Searched refs:IsSessionVisibleForeground (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Danomaly_detection.cpp35 if ((session == nullptr) || (!SceneSessionManager::GetInstance().IsSessionVisibleForeground(session))) { in SceneZOrderCheckProcess()
H A Dscene_session_manager.cpp2477 IsSessionVisibleForeground(session)) { in CheckPiPPriority()
3714 if (IsSessionVisibleForeground(sceneSession)) { in HandleHideNonSystemFloatingWindows()
3813 bool shouldLock = requireLock && IsSessionVisibleForeground(scnSession); in HandleKeepScreenOn()
4220 bool SceneSessionManager::IsSessionVisibleForeground(const sptr<SceneSession>& session) in IsSessionVisibleForeground() function in OHOS::Rosen::SceneSessionManager
4236 int32_t zOrder = IsSessionVisibleForeground(session) ? static_cast<int32_t>(session->GetZOrder()) : -1; in DumpSessionInfo()
4305 if (IsSessionVisibleForeground(curSession)) { in GetAllSessionDumpInfo()
4346 if (IsSessionVisibleForeground(curSession)) { in GetAllSessionDumpDetailInfo()
4713 if (!sceneSession->GetSessionInfo().isSystem_ && !IsSessionVisibleForeground(sceneSession)) { in RequestSessionFocusImmediately()
4733 if (!sceneSession->CheckFocusable() || !IsSessionVisibleForeground(sceneSession)) { in RequestSessionFocus()
4746 !IsSessionVisibleForeground(GetSceneSessio in RequestSessionFocus()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test7.cpp494 * @tc.name: IsSessionVisibleForeground
495 * @tc.desc: IsSessionVisibleForeground
498 HWTEST_F(SceneSessionManagerTest7, IsSessionVisibleForeground, Function | SmallTest | Level3) in HWTEST_F()
502 auto ret = ssm_->IsSessionVisibleForeground(session); in HWTEST_F()
506 sessionInfo.abilityName_ = "IsSessionVisibleForeground"; in HWTEST_F()
510 ret = ssm_->IsSessionVisibleForeground(session); in HWTEST_F()
H A Dscene_session_manager_test3.cpp1537 bool result01 = ssm_->IsSessionVisibleForeground(sceneSession); in HWTEST_F()
1540 bool result02 = ssm_->IsSessionVisibleForeground(sceneSession); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h147 bool IsSessionVisibleForeground(const sptr<SceneSession>& session);

Completed in 19 milliseconds