Searched refs:wallpaperId (Results 1 - 6 of 6) sorted by relevance
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_data.cpp | 22 : userId(userId), wallpaperFile(fileName), wallpaperId(-1), allowBackup(false), resourceType(DEFAULT) in WallpaperData() 25 WallpaperData::WallpaperData() : userId(0), wallpaperId(-1), allowBackup(false), resourceType(DEFAULT) in WallpaperData()
|
H A D | wallpaper_service_stub.cpp | 329 int32_t wallpaperId = GetWallpaperId(wallpaperType); in OnGetWallpaperId() local 330 if (!reply.WriteInt32(wallpaperId)) { in OnGetWallpaperId() 334 HILOG_INFO("End. Id[%{public}d]", wallpaperId); in OnGetWallpaperId()
|
H A D | wallpaper_service.cpp | 568 wallpaperData.wallpaperId = DEFAULT_WALLPAPER_ID; in UpdataWallpaperMap() 718 wallpaperData.wallpaperId = MakeWallpaperIdLocked(); in SetWallpaperBackupData() 883 wallpaperData.wallpaperId = MakeWallpaperIdLocked(); in SetCustomWallpaper() 950 iWallpaperId = iterator.second.wallpaperId; in GetWallpaperId() 955 iWallpaperId = iterator.second.wallpaperId; in GetWallpaperId() 1023 wallpaperData.wallpaperId = DEFAULT_WALLPAPER_ID; in SetDefaultDataForWallpaper()
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_data.h | 34 int32_t wallpaperId; member
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.h | 54 int32_t wallpaperId = 0; member
|
H A D | napi_wallpaper_ability.cpp | 120 napi_status status = napi_create_int32(env, context->wallpaperId, result); in GetIdInner() 126 context->wallpaperId = in GetIdInner() 128 HILOG_DEBUG("exec GetWallpaperId wallpaperId : %{public}d", context->wallpaperId); in GetIdInner()
|
Completed in 8 milliseconds