Home
last modified time | relevance | path

Searched refs:clientUserId (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp260 int32_t clientUserId = GetUserIdByCallingUid(); in GetSessionManagerService() local
261 if (clientUserId <= INVALID_USER_ID) { in GetSessionManagerService()
262 TLOGE(WmsLogTag::WMS_MULTI_USER, "userId is illegal: %{public}d", clientUserId); in GetSessionManagerService()
265 if (clientUserId == SYSTEM_USERID) { in GetSessionManagerService()
268 clientUserId = currentWMSUserId_; in GetSessionManagerService()
270 return GetSessionManagerServiceByUserId(clientUserId); in GetSessionManagerService()
323 int32_t clientUserId = GetUserIdByCallingUid(); in RegisterSMSRecoverListener() local
324 if (clientUserId <= INVALID_USER_ID) { in RegisterSMSRecoverListener()
325 TLOGE(WmsLogTag::WMS_RECOVER, "userId is illegal: %{public}d", clientUserId); in RegisterSMSRecoverListener()
329 TLOGI(WmsLogTag::WMS_RECOVER, "clientUserId in RegisterSMSRecoverListener()
371 int32_t clientUserId = GetUserIdByCallingUid(); UnregisterSMSRecoverListener() local
427 int32_t clientUserId = GetUserIdByCallingUid(); RegisterSMSLiteRecoverListener() local
475 int32_t clientUserId = GetUserIdByCallingUid(); UnregisterSMSLiteRecoverListener() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp153 int32_t clientUserId = GetUserIdByUid(getuid()); in InitSSMProxy() local
154 if (clientUserId == SYSTEM_USERID && !isRegisteredUserSwitchListener_) { in InitSSMProxy()
H A Dwindow_manager_lite.cpp678 int32_t clientUserId = GetUserIdByUid(getuid()); in RegisterWMSConnectionChangedListener() local
679 if (clientUserId != SYSTEM_USERID) { in RegisterWMSConnectionChangedListener()
H A Dwindow_adapter.cpp426 int32_t clientUserId = GetUserIdByUid(getuid()); in InitSSMProxy() local
427 if (clientUserId == SYSTEM_USERID && !isRegisteredUserSwitchListener_) { in InitSSMProxy()
H A Dwindow_manager.cpp383 int32_t clientUserId = GetUserIdByUid(getuid()); in RegisterWMSConnectionChangedListener() local
384 if (clientUserId != SYSTEM_USERID) { in RegisterWMSConnectionChangedListener()

Completed in 8 milliseconds