Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp1530 * @tc.name: GetTopFocusableNonAppSession
1531 * @tc.desc: GetTopFocusableNonAppSession
1534 HWTEST_F(SceneSessionManagerTest4, GetTopFocusableNonAppSession, Function | SmallTest | Level3) in HWTEST_F()
1548 sptr<SceneSession> result = ssm_->GetTopFocusableNonAppSession(); in HWTEST_F()
1552 result = ssm_->GetTopFocusableNonAppSession(); in HWTEST_F()
1556 result = ssm_->GetTopFocusableNonAppSession(); in HWTEST_F()
1560 result = ssm_->GetTopFocusableNonAppSession(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h571 sptr<SceneSession> GetTopFocusableNonAppSession();
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4811 auto nextSession = GetTopFocusableNonAppSession(); in RequestAllAppSessionUnfocusInner()
5090 sptr<SceneSession> SceneSessionManager::GetTopFocusableNonAppSession() in GetTopFocusableNonAppSession() function in OHOS::Rosen::SceneSessionManager
5092 TLOGD(WmsLogTag::WMS_FOCUS, "GetTopFocusableNonAppSession."); in GetTopFocusableNonAppSession()

Completed in 23 milliseconds