Searched refs:NotifyWindowInfoChange (Results 1 - 8 of 8) sorted by relevance
/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 | 636 void NotifyWindowInfoChange(int32_t persistentId, WindowUpdateType type);
|
/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 WindowUpdateType& type)
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 | 1355 this->NotifyWindowInfoChange(persistentId, type); in CreateSpecificSessionCallback() 3682 NotifyWindowInfoChange(property->GetPersistentId(), WindowUpdateType::WINDOW_UPDATE_PROPERTY); in HandleSpecificSystemBarProperty() 4174 WLOGFD("NotifyWindowInfoChange, persistentId = %{public}d", persistentId); in NotifyWindowInfoChangeFromSession() 5226 NotifyWindowInfoChange(persistentId, WindowUpdateType::WINDOW_UPDATE_FOCUSED); in NotifyFocusStatus() 5668 NotifyWindowInfoChange(property->GetPersistentId(), WindowUpdateType::WINDOW_UPDATE_PROPERTY); in RegisterSessionChangeByActionNotifyManagerFunc() 5679 NotifyWindowInfoChange(property->GetPersistentId(), WindowUpdateType::WINDOW_UPDATE_PROPERTY); in RegisterSessionChangeByActionNotifyManagerFunc() 5685 NotifyWindowInfoChange(property->GetPersistentId(), WindowUpdateType::WINDOW_UPDATE_PROPERTY); in RegisterSessionChangeByActionNotifyManagerFunc() 5720 NotifyWindowInfoChange(persistentId, WindowUpdateType::WINDOW_UPDATE_ADDED); in OnSessionStateChange() 5731 NotifyWindowInfoChange(persistentId, WindowUpdateType::WINDOW_UPDATE_REMOVED); in OnSessionStateChange() 5907 NotifyWindowInfoChange(subSessio in ProcessSubSessionForeground() 7303 void SceneSessionManager::NotifyWindowInfoChange(int32_t persistentId, WindowUpdateType type) NotifyWindowInfoChange() function in OHOS::Rosen::SceneSessionManager [all...] |
H A D | scene_session_dirty_manager.cpp | 425 void SceneSessionDirtyManager::NotifyWindowInfoChange(const sptr<SceneSession>& sceneSession,
in NotifyWindowInfoChange() function in OHOS::Rosen::SceneSessionDirtyManager
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_dirty_manager_test.cpp | 71 * @tc.name: NotifyWindowInfoChange 72 * @tc.desc: NotifyWindowInfoChange 75 HWTEST_F(SceneSessionDirtyManagerTest, NotifyWindowInfoChange, Function | SmallTest | Level2) in HWTEST_F() 78 manager_->NotifyWindowInfoChange(nullptr, WindowUpdateType::WINDOW_UPDATE_ADDED, true); in HWTEST_F() 86 manager_->NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_ADDED, true); in HWTEST_F() 87 manager_->NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_REMOVED, true); in HWTEST_F() 88 manager_->NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_ACTIVE, true); in HWTEST_F() 89 manager_->NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_FOCUSED, true); in HWTEST_F()
|
H A D | scene_input_manager_test.cpp | 165 * @tc.name: NotifyWindowInfoChange 166 * @tc.desc: check func NotifyWindowInfoChange 169 HWTEST_F(SceneInputManagerTest, NotifyWindowInfoChange, Function | SmallTest | Level1) in HWTEST_F() 171 GTEST_LOG_(INFO) << "SceneInputManagerTest: NotifyWindowInfoChange start"; in HWTEST_F() 173 info.abilityName_ = "NotifyWindowInfoChange"; in HWTEST_F() 174 info.bundleName_ = "NotifyWindowInfoChange"; in HWTEST_F() 185 .NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_ADDED); in HWTEST_F() 189 .NotifyWindowInfoChange(sceneSession, WindowUpdateType::WINDOW_UPDATE_ADDED); in HWTEST_F() 191 GTEST_LOG_(INFO) << "SceneInputManagerTest: NotifyWindowInfoChange end"; in HWTEST_F()
|
Completed in 20 milliseconds