Home
last modified time | relevance | path

Searched refs:UpdateFocusedSessionId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_input_manager.h50 void UpdateFocusedSessionId(int32_t focusedSessionId);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_input_manager_test.cpp260 HWTEST_F(SceneInputManagerTest, UpdateFocusedSessionId, Function | SmallTest | Level3)
271 sceneInputManager->UpdateFocusedSessionId(INVALID_SESSION_ID);
273 sceneInputManager->UpdateFocusedSessionId(sceneSession->GetPersistentId());
279 sceneInputManager->UpdateFocusedSessionId(sceneSession->GetPersistentId());
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp366 void SceneInputManager::UpdateFocusedSessionId(int32_t focusedSessionId) in UpdateFocusedSessionId() function in OHOS::Rosen::SceneInputManager
431 UpdateFocusedSessionId(focusedSessionId_); in PrintWindowInfo()