/base/powermgr/power_manager/utils/setting/src/ |
H A D | setting_provider.cpp | 36 int32_t SettingProvider::currentUserId_ = INITIAL_USER_ID; member in OHOS::PowerMgr::SettingProvider 267 std::to_string(currentUserId_) + "?Proxy=true"; in CreateDataShareHelper() 293 std::string userSetting = ReplaceUserIdForUri(currentUserId_); in AssembleUri() 343 currentUserId_ = activedIds[0]; in UpdateCurrentUserId() 344 POWER_HILOGI(COMP_UTILS, "currentUserId_ is %{public}d", currentUserId_); in UpdateCurrentUserId()
|
/base/inputmethod/imf/services/adapter/settings_data_provider/src/ |
H A D | enable_ime_data_parser.cpp | 50 currentUserId_ = userId; in Initialize() 64 currentUserId_ = targetUserId; in OnUserChanged() 108 IMSA_HILOGD("current userId: %{public}d, target userId: %{public}d, check bundleName: %{public}s", currentUserId_, in CheckNeedSwitch() 305 if (userId != currentUserId_) { in GetEnableIme()
|
/base/inputmethod/imf/services/adapter/settings_data_provider/include/ |
H A D | enable_ime_data_parser.h | 107 int32_t currentUserId_ = 0; member in OHOS::MiscServices::EnableImeDataParser
|
/base/powermgr/power_manager/utils/setting/include/ |
H A D | setting_provider.h | 73 static int32_t currentUserId_; member in OHOS::PowerMgr::SettingProvider
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_manager.cpp | 443 return currentUserId_ != userId; in IsUpdateByUserId() 449 if (currentUserId_ != userId) { in UpdateUserId() 451 "update userId, currentUserId_= %{public}d, userId= %{public}d", currentUserId_, userId); in UpdateUserId() 452 currentUserId_ = userId; in UpdateUserId()
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | theme_pack_manager.h | 187 int32_t currentUserId_ = 100; member in OHOS::Global::Resource::ThemePackManager
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_util_test.cpp | 326 EXPECT_NE(settingProvider.currentUserId_, INVALID_CODE); in HWTEST_F()
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 191 std::int32_t currentUserId_; member in OHOS::WallpaperMgrService::WallpaperService
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 378 ANSR_LOGD("Switch user id from %{private}d to %{private}d", currentUserId_, userId); in OnUserSwitch() 379 currentUserId_ = userId; in OnUserSwitch() 889 if (currentUserId_ != userId) { in ShouldAlert() 891 "current user id: %{private}d, reminder user id: %{private}d", reminderId, currentUserId_, userId); in ShouldAlert() 1458 currentUserId_ = MAIN_USER_ID; in InitUserId() 1459 OsAccountManagerHelper::GetInstance().GetCurrentActiveUserId(currentUserId_); in InitUserId()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_data_manager.h | 736 int currentUserId_ {0};
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_ability.cpp | 131 currentUserId_(-1), in PrintServiceAbility() 1363 PRINT_HILOGI("currentUserId_ is: %{public}d", userId); in NotifyCurrentUserChanged() 1364 currentUserId_ = userId; in NotifyCurrentUserChanged() 1728 if (GetUserIdByJobId(jobId) != currentUserId_) { in IsQueuedJobListEmpty() 2391 if (GetUserIdByJobId(jobInfo.GetJobId()) == currentUserId_) { in CheckJobQueueBlocked() 2412 if (GetUserIdByJobId(jobInfo.GetJobId()) == currentUserId_) { in CheckJobQueueBlocked() 2689 currentUserId_ = userId; in UpdatePrintUserMap()
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 268 currentUserId_ = userId; in InitData() 455 if (userId == currentUserId_) { in OnSwitchedUser() 459 currentUserId_ = userId; in OnSwitchedUser()
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_service_ability.h | 251 int32_t currentUserId_; member in OHOS::Print::PrintServiceAbility
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 1016 service->currentUserId_ = 0; in HWTEST_F() 1018 service->currentUserId_ = 100; in HWTEST_F() 1718 service->currentUserId_ = userId; in HWTEST_F() 1873 service->currentUserId_ = 0; in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | reminder_data_manager_test.cpp | 253 manager->currentUserId_ = 0;
in HWTEST_F()
|