Searched refs:NotifyMMIWindowPidChange (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_input_manager.h | 40 void NotifyMMIWindowPidChange(const sptr<SceneSession>& sceneSession, const bool startMoving);
|
H A D | scene_session_manager.h | 597 void NotifyMMIWindowPidChange(int32_t windowId, bool startMoving);
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_input_manager_test.cpp | 223 * @tc.name: NotifyMMIWindowPidChange 224 * @tc.desc: check func NotifyMMIWindowPidChange 227 HWTEST_F(SceneInputManagerTest, NotifyMMIWindowPidChange, Function | SmallTest | Level1) in HWTEST_F() 229 GTEST_LOG_(INFO) << "SceneInputManagerTest: NotifyMMIWindowPidChange start"; in HWTEST_F() 231 info.abilityName_ = "NotifyMMIWindowPidChange"; in HWTEST_F() 232 info.bundleName_ = "NotifyMMIWindowPidChange"; in HWTEST_F() 242 SceneInputManager::GetInstance().NotifyMMIWindowPidChange(sceneSession, true); in HWTEST_F() 245 SceneInputManager::GetInstance().NotifyMMIWindowPidChange(sceneSession, true); in HWTEST_F() 247 SceneInputManager::GetInstance().NotifyMMIWindowPidChange(sceneSession, false); in HWTEST_F() 249 SceneInputManager::GetInstance().NotifyMMIWindowPidChange(nullpt in HWTEST_F() [all...] |
H A D | scene_session_manager_test5.cpp | 1171 * @tc.name: NotifyMMIWindowPidChange 1172 * @tc.desc: NotifyMMIWindowPidChange 1175 HWTEST_F(SceneSessionManagerTest5, NotifyMMIWindowPidChange, Function | SmallTest | Level3) in HWTEST_F() 1182 ssm_->NotifyMMIWindowPidChange(0, true); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_input_manager.cpp | 296 void SceneInputManager::NotifyMMIWindowPidChange(const sptr<SceneSession>& sceneSession, const bool startMoving)
in NotifyMMIWindowPidChange() function in OHOS::Rosen::SceneInputManager
|
H A D | scene_session_manager.cpp | 1358 this->NotifyMMIWindowPidChange(windowId, startMoving); in CreateSpecificSessionCallback() 8102 void SceneSessionManager::NotifyMMIWindowPidChange(int32_t windowId, bool startMoving) in NotifyMMIWindowPidChange() function in OHOS::Rosen::SceneSessionManager 8112 WLOGFI("SceneSessionManager NotifyMMIWindowPidChange to notify window: %{public}d, pid: %{public}d", windowId, pid); in NotifyMMIWindowPidChange() 8119 SceneInputManager::GetInstance().NotifyMMIWindowPidChange(scnSession, startMoving); in NotifyMMIWindowPidChange()
|
Completed in 26 milliseconds