Home
last modified time | relevance | path

Searched refs:NotifyWMSConnected (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dmock_session_manager_service_test.cpp169 MockSessionManagerService::GetInstance().NotifyWMSConnected(100, 0, true);
170 MockSessionManagerService::GetInstance().NotifyWMSConnected(100, 0, false);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dmock_session_manager_service.h45 void NotifyWMSConnected(int32_t userId, int32_t screenId, bool isColdStart);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_manager_lite.cpp49 void NotifyWMSConnected(int32_t userId, int32_t screenId);
78 void WindowManagerLite::Impl::NotifyWMSConnected(int32_t userId, int32_t screenId) in NotifyWMSConnected() function in OHOS::Rosen::WindowManagerLite::Impl
688 pImpl_->NotifyWMSConnected(userId, screenId); in OnWMSConnectionChanged()
H A Dwindow_manager.cpp47 void NotifyWMSConnected(int32_t userId, int32_t screenId);
99 void WindowManager::Impl::NotifyWMSConnected(int32_t userId, int32_t screenId) in NotifyWMSConnected() function in OHOS::Rosen::WindowManager::Impl
971 pImpl_->NotifyWMSConnected(userId, screenId); in OnWMSConnectionChanged()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp689 WindowManagerLite::GetInstance().pImpl_->NotifyWMSConnected(0, 0);
725 WindowManagerLite::GetInstance().pImpl_->NotifyWMSConnected(userId, screenId);
737 WindowManagerLite::GetInstance().pImpl_->NotifyWMSConnected(0, 0);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp538 void MockSessionManagerService::NotifyWMSConnected(int32_t userId, int32_t screenId, bool isColdSta… in NotifyWMSConnected() function in OHOS::Rosen::MockSessionManagerService
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5095 … MockSessionManagerService::GetInstance().NotifyWMSConnected(userId, GetDefaultScreenId(), false); in SwitchUser()
5161 MockSessionManagerService::GetInstance().NotifyWMSConnected(userId, GetDefaultScreenId(), true); in SetClient()