Home
last modified time | relevance | path

Searched refs:NotifyWindowInfoChangeFromSession (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_input_manager.h39 void NotifyWindowInfoChangeFromSession(const sptr<SceneSession>& sceneSession);
H A Dscene_session_manager.h641 void NotifyWindowInfoChangeFromSession(int32_t persistentid);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_input_manager_test.cpp199 HWTEST_F(SceneInputManagerTest, NotifyWindowInfoChangeFromSession, Function | SmallTest | Level1)
214 SceneInputManager::GetInstance().NotifyWindowInfoChangeFromSession(sceneSession);
217 SceneInputManager::GetInstance().NotifyWindowInfoChangeFromSession(sceneSession);
H A Dscene_session_manager_supplement_test.cpp613 ssm_->NotifyWindowInfoChangeFromSession(1);
615 ssm_->NotifyWindowInfoChangeFromSession(1);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp308 void SceneInputManager::NotifyWindowInfoChangeFromSession(const sptr<SceneSession>& sceneSesion) in NotifyWindowInfoChangeFromSession() function in OHOS::Rosen::SceneInputManager
H A Dscene_session_manager.cpp4399 void SceneSessionManager::NotifyWindowInfoChangeFromSession(int32_t persistentId) in NotifyWindowInfoChangeFromSession() function in OHOS::Rosen::SceneSessionManager
4408 SceneInputManager::GetInstance().NotifyWindowInfoChangeFromSession(sceneSession); in NotifyWindowInfoChangeFromSession()
5842 sceneSessionManager->NotifyWindowInfoChangeFromSession(persistentId); in RegisterSessionInfoChangeNotifyManagerFunc()