Home
last modified time | relevance | path

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

/ohos5.0/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
690 pImpl_->NotifyWMSDisconnected(userId, screenId); in OnWMSConnectionChanged()
H A Dwindow_manager.cpp48 void NotifyWMSDisconnected(int32_t userId, int32_t screenId);
112 void WindowManager::Impl::NotifyWMSDisconnected(int32_t userId, int32_t screenId) in NotifyWMSDisconnected() function in OHOS::Rosen::WindowManager::Impl
973 pImpl_->NotifyWMSDisconnected(userId, screenId); in OnWMSConnectionChanged()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp690 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(0, 0);
726 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(userId, screenId);
739 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(0, 0);
H A Dwindow_manager_test.cpp1357 WindowManager::GetInstance().pImpl_->NotifyWMSDisconnected(1, 2);