Home
last modified time | relevance | path

Searched refs:IsFocusedOnShow (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp445 << session->IsFocusedOnShow() << "|" in DumpFocusParam()
H A Dscene_session_manager.cpp1906 if (WindowHelper::IsMainWindow(scnSession->GetWindowType()) && scnSession->IsFocusedOnShow()) { in RequestSceneSessionActivationInner()
4700 if (!sceneSession->IsFocusedOnShow()) { in RequestSessionFocusImmediately()
4737 if (!sceneSession->IsFocusedOnShow()) { in RequestSessionFocus()
5765 } else if (!sceneSession->IsFocusedOnShow()) { in ProcessFocusWhenForeground()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp1035 auto focusedOnShow = session_->IsFocusedOnShow(); in HWTEST_F()
1038 focusedOnShow = session_->IsFocusedOnShow(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h357 bool IsFocusedOnShow() const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp609 bool Session::IsFocusedOnShow() const in IsFocusedOnShow() function in OHOS::Rosen::Session
611 TLOGD(WmsLogTag::WMS_FOCUS, "IsFocusedOnShow:%{public}d, id: %{public}d", focusedOnShow_, GetPersistentId()); in IsFocusedOnShow()
H A Dscene_session.cpp1336 if (session->IsFocusedOnShow()) { in RaiseAppMainWindowToTop()

Completed in 51 milliseconds