Home
last modified time | relevance | path

Searched refs:GetNextFocusableSession (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp683 HWTEST_F(SceneSessionManagerTest5, GetNextFocusableSession, Function | SmallTest | Level3)
693 ssm_->GetNextFocusableSession(persistentId);
699 ssm_->GetNextFocusableSession(persistentId);
H A Dscene_session_manager_test4.cpp1646 HWTEST_F(SceneSessionManagerTest4, GetNextFocusableSession, Function | SmallTest | Level3)
1686 sptr<SceneSession> result = ssm_->GetNextFocusableSession(1);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h573 sptr<SceneSession> GetNextFocusableSession(int32_t persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5007 auto nextSession = GetNextFocusableSession(persistentId); in RequestSessionUnfocus()
5247 sptr<SceneSession> SceneSessionManager::GetNextFocusableSession(int32_t persistentId) in GetNextFocusableSession() function in OHOS::Rosen::SceneSessionManager