Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp1096 * @tc.name: GetNextFocusableSession
1097 * @tc.desc: GetNextFocusableSession
1100 HWTEST_F(SceneSessionManagerTest5, GetNextFocusableSession, Function | SmallTest | Level3) in HWTEST_F()
1110 sptr<SceneSession> result = ssm_->GetNextFocusableSession(persistentId); in HWTEST_F()
1116 result = ssm_->GetNextFocusableSession(persistentId); in HWTEST_F()
H A Dscene_session_manager_test4.cpp1565 * @tc.name: GetNextFocusableSession
1566 * @tc.desc: GetNextFocusableSession
1569 HWTEST_F(SceneSessionManagerTest4, GetNextFocusableSession, Function | SmallTest | Level3) in HWTEST_F()
1609 sptr<SceneSession> result = ssm_->GetNextFocusableSession(1); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h569 sptr<SceneSession> GetNextFocusableSession(int32_t persistentId);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4784 auto nextSession = GetNextFocusableSession(persistentId); in RequestSessionUnfocus()
5023 sptr<SceneSession> SceneSessionManager::GetNextFocusableSession(int32_t persistentId) in GetNextFocusableSession() function in OHOS::Rosen::SceneSessionManager
5025 TLOGD(WmsLogTag::WMS_FOCUS, "GetNextFocusableSession, id: %{public}d", persistentId); in GetNextFocusableSession()

Completed in 26 milliseconds