Home
last modified time | relevance | path

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

/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.h637 void NotifyWindowInfoChangeFromSession(int32_t persistentid);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_input_manager_test.cpp195 * @tc.name: NotifyWindowInfoChangeFromSession
196 * @tc.desc: check func NotifyWindowInfoChangeFromSession
199 HWTEST_F(SceneInputManagerTest, NotifyWindowInfoChangeFromSession, Function | SmallTest | Level1) in HWTEST_F()
201 GTEST_LOG_(INFO) << "SceneInputManagerTest: NotifyWindowInfoChangeFromSession start"; in HWTEST_F()
203 info.abilityName_ = "NotifyWindowInfoChangeFromSession"; in HWTEST_F()
204 info.bundleName_ = "NotifyWindowInfoChangeFromSession"; in HWTEST_F()
214 SceneInputManager::GetInstance().NotifyWindowInfoChangeFromSession(sceneSession); in HWTEST_F()
217 SceneInputManager::GetInstance().NotifyWindowInfoChangeFromSession(sceneSession); in HWTEST_F()
219 GTEST_LOG_(INFO) << "SceneInputManagerTest: NotifyWindowInfoChangeFromSession end"; in HWTEST_F()
H A Dscene_session_manager_supplement_test.cpp613 ssm_->NotifyWindowInfoChangeFromSession(1); in HWTEST_F()
615 ssm_->NotifyWindowInfoChangeFromSession(1); in HWTEST_F()
/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.cpp4172 void SceneSessionManager::NotifyWindowInfoChangeFromSession(int32_t persistentId) in NotifyWindowInfoChangeFromSession() function in OHOS::Rosen::SceneSessionManager
4181 SceneInputManager::GetInstance().NotifyWindowInfoChangeFromSession(sceneSession); in NotifyWindowInfoChangeFromSession()
5613 NotifyWindowInfoChangeFromSession(persistentId); in RegisterSessionInfoChangeNotifyManagerFunc()

Completed in 43 milliseconds