Searched refs:NotifyWMSDisconnected (Results 1 - 4 of 4) sorted by relevance
/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 718 pImpl_->NotifyWMSDisconnected(userId, screenId); in OnWMSConnectionChanged()
|
H A D | window_manager.cpp | 48 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 D | window_manager_lite_test.cpp | 716 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 D | window_manager_test.cpp | 1345 * @tc.desc: check NotifyWMSDisconnected
1352 WindowManager::GetInstance().pImpl_->NotifyWMSDisconnected(1, 2);
in HWTEST_F()
|
Completed in 9 milliseconds