Searched refs:NotifyWMSDisconnected (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_manager_lite.cpp | 50 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 D | window_manager.cpp | 48 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 D | window_manager_lite_test.cpp | 690 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(0, 0); 726 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(userId, screenId); 739 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(0, 0);
|
H A D | window_manager_test.cpp | 1357 WindowManager::GetInstance().pImpl_->NotifyWMSDisconnected(1, 2);
|