Home
last modified time | relevance | path

Searched refs:IsFocusedOnShow (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp1021 auto focusedOnShow = session_->IsFocusedOnShow();
1024 focusedOnShow = session_->IsFocusedOnShow();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h343 bool IsFocusedOnShow() const;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2190 if (WindowHelper::IsMainWindow(scnSession->GetWindowType()) && scnSession->IsFocusedOnShow()) { in RequestSceneSessionActivationInner()
4918 if (!sceneSession->IsFocusedOnShow()) { in RequestSessionFocusImmediately()
4955 if (!sceneSession->IsFocusedOnShow()) { in RequestSessionFocus()
5990 } else if (!sceneSession->IsFocusedOnShow()) { in ProcessFocusWhenForeground()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp619 bool Session::IsFocusedOnShow() const in IsFocusedOnShow() function in OHOS::Rosen::Session
H A Dscene_session.cpp1643 if (session->IsFocusedOnShow()) { in RaiseAppMainWindowToTop()