Searched refs:NotifyWindowInfoChange (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_input_manager.cpp | 289 void SceneInputManager::NotifyWindowInfoChange(const sptr<SceneSession>& sceneSession, const Window… in NotifyWindowInfoChange() function in OHOS::Rosen::SceneInputManager 292 sceneSessionDirty_->NotifyWindowInfoChange(sceneSession, type); in NotifyWindowInfoChange() 299 sceneSessionDirty_->NotifyWindowInfoChange(sceneSession, in NotifyMMIWindowPidChange() 311 … sceneSessionDirty_->NotifyWindowInfoChange(sceneSesion, WindowUpdateType::WINDOW_UPDATE_PROPERTY); in NotifyWindowInfoChangeFromSession()
|
H A D | scene_session_manager.cpp | 1434 this->NotifyWindowInfoChange(persistentId, type); in CreateSpecificSessionCallback() 3923 NotifyWindowInfoChange(property->GetPersistentId(), WindowUpdateType::WINDOW_UPDATE_PROPERTY); in HandleSpecificSystemBarProperty() 5452 NotifyWindowInfoChange(persistentId, WindowUpdateType::WINDOW_UPDATE_FOCUSED); in NotifyFocusStatus() 5956 NotifyWindowInfoChange(persistentId, WindowUpdateType::WINDOW_UPDATE_ADDED); in OnSessionStateChange() 5967 NotifyWindowInfoChange(persistentId, WindowUpdateType::WINDOW_UPDATE_REMOVED); in OnSessionStateChange() 6138 … NotifyWindowInfoChange(subSession->GetPersistentId(), WindowUpdateType::WINDOW_UPDATE_ADDED); in ProcessSubSessionForeground() 6157 NotifyWindowInfoChange(modal->GetPersistentId(), WindowUpdateType::WINDOW_UPDATE_ADDED); in ProcessSubSessionForeground() 6270 NotifyWindowInfoChange(dialog->GetPersistentId(), WindowUpdateType::WINDOW_UPDATE_REMOVED); in ProcessSubSessionBackground() 7625 void SceneSessionManager::NotifyWindowInfoChange(int32_t persistentId, WindowUpdateType type) in NotifyWindowInfoChange() function in OHOS::Rosen::SceneSessionManager 7661 SceneInputManager::GetInstance().NotifyWindowInfoChange(sceneSession, type); in NotifyWindowInfoChange() [all …]
|
H A D | scene_session_dirty_manager.cpp | 410 void SceneSessionDirtyManager::NotifyWindowInfoChange(const sptr<SceneSession>& sceneSession, in NotifyWindowInfoChange() function in OHOS::Rosen::SceneSessionDirtyManager
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_dirty_manager_test.cpp | 76 HWTEST_F(SceneSessionDirtyManagerTest, NotifyWindowInfoChange, Function | SmallTest | Level2) 79 manager_->NotifyWindowInfoChange(nullptr, WindowUpdateType::WINDOW_UPDATE_ADDED, true); 87 manager_->NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_ADDED, true); 88 manager_->NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_REMOVED, true); 89 manager_->NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_ACTIVE, true); 90 manager_->NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_FOCUSED, true);
|
H A D | scene_input_manager_test.cpp | 169 HWTEST_F(SceneInputManagerTest, NotifyWindowInfoChange, Function | SmallTest | Level1) 185 .NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_ADDED); 189 .NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_ADDED);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_input_manager.h | 38 …void NotifyWindowInfoChange(const sptr<SceneSession>& scenenSession, const WindowUpdateType& type);
|
H A D | scene_session_dirty_manager.h | 51 void NotifyWindowInfoChange(const sptr<SceneSession>& sceneSession,
|
H A D | scene_session_manager.h | 640 void NotifyWindowInfoChange(int32_t persistentId, WindowUpdateType type);
|