Home
last modified time | relevance | path

Searched refs:newUserId (Results 1 – 6 of 6) sorted by relevance

/base/useriam/user_auth_framework/services/core/src/
Dtemplate_cache_manager.cpp203 void TemplateCacheManager::ProcessUserIdChange(const int newUserId) in ProcessUserIdChange() argument
206 if (newUserId == currUserId_) { in ProcessUserIdChange()
207 IAM_LOGE("same userId %{public}d", newUserId); in ProcessUserIdChange()
212 currUserId_ = newUserId; in ProcessUserIdChange()
/base/useriam/user_auth_framework/services/core/inc/
Dtemplate_cache_manager.h31 void ProcessUserIdChange(const int newUserId);
/base/inputmethod/imf/services/src/
Dim_common_event_manager.cpp171 auto newUserId = data.GetCode(); in StartUser() local
172 IMSA_HILOGI("ImCommonEventManager::StartUser, userId = %{public}d", newUserId); in StartUser()
174 parcel->WriteInt32(newUserId); in StartUser()
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp304 void ScreenLockSystemAbility::OnChangeUser(const int newUserId) in OnChangeUser() argument
306 SCLOCK_HILOGI("ScreenLockSystemAbility OnChangeUser started. newUserId %{public}d", newUserId); in OnChangeUser()
309 if (newUserId < minUserId || newUserId >= maxUserID) { in OnChangeUser()
313 stateValue_.SetCurrentUser(newUserId); in OnChangeUser()
314 SystemEvent systemEvent(CHANGE_USER, std::to_string(newUserId)); in OnChangeUser()
/base/theme/screenlock_mgr/services/include/
Dscreenlock_system_ability.h171 void OnChangeUser(const int newUserId);
/base/theme/wallpaper_mgr/services/include/
Dwallpaper_service.h90 void OnInitUser(int32_t newUserId);