Home
last modified time | relevance | path

Searched refs:SwitchScbNodeHandle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h306 void SwitchScbNodeHandle(int32_t userId, int32_t newScbPid, bool coldBoot);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5094 SwitchScbNodeHandle(userId, newScbPid, false); in SwitchUser()
5164 SwitchScbNodeHandle(userId, newScbPid, true); in SetClient()
5168 void ScreenSessionManager::SwitchScbNodeHandle(int32_t newUserId, int32_t newScbPid, bool coldBoot) in SwitchScbNodeHandle() function in OHOS::Rosen::ScreenSessionManager