Home
last modified time | relevance | path

Searched refs:CheckFocusable (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp190 * @tc.name: CheckFocusable
191 * @tc.desc: CheckFocusable Test
194 HWTEST_F(WindowSessionTest3, CheckFocusable, Function | SmallTest | Level2) in HWTEST_F()
198 ASSERT_EQ(session_->CheckFocusable(), true); in HWTEST_F()
200 ASSERT_EQ(session_->CheckFocusable(), false); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h362 bool CheckFocusable() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4696 if (!sceneSession->CheckFocusable()) { in RequestSessionFocusImmediately()
4733 if (!sceneSession->CheckFocusable() || !IsSessionVisibleForeground(sceneSession)) { in RequestSessionFocus()
5036 if (previousFocusedSessionFound && session->CheckFocusable() && in GetNextFocusableSession()
5101 if (session->CheckFocusable() && IsSessionVisibleForeground(session)) { in GetTopFocusableNonAppSession()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp575 bool Session::CheckFocusable() const in CheckFocusable() function in OHOS::Rosen::Session

Completed in 26 milliseconds