Home
last modified time | relevance | path

Searched refs:NotifyWMSDisconnected (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_manager_lite.cpp50 void NotifyWMSDisconnected(int32_t userId, int32_t screenId);
91 void WindowManagerLite::Impl::NotifyWMSDisconnected(int32_t userId, int32_t screenId) in NotifyWMSDisconnected() function in OHOS::Rosen::WindowManagerLite::Impl
718 pImpl_->NotifyWMSDisconnected(userId, screenId); in OnWMSConnectionChanged()
H A Dwindow_manager.cpp48 void NotifyWMSDisconnected(int32_t userId, int32_t screenId);
115 void WindowManager::Impl::NotifyWMSDisconnected(int32_t userId, int32_t screenId) in NotifyWMSDisconnected() function in OHOS::Rosen::WindowManager::Impl
1046 pImpl_->NotifyWMSDisconnected(userId, screenId); in OnWMSConnectionChanged()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp716 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(0, 0); in HWTEST_F()
752 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(userId, screenId); in HWTEST_F()
765 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(0, 0); in HWTEST_F()
H A Dwindow_manager_test.cpp1345 * @tc.desc: check NotifyWMSDisconnected
1352 WindowManager::GetInstance().pImpl_->NotifyWMSDisconnected(1, 2); in HWTEST_F()

Completed in 10 milliseconds