Home
last modified time | relevance | path

Searched refs:iWallpaperId (Results 1 - 2 of 2) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp296 int32_t iWallpaperId = 1; in GetWallpaperId() local
314 iWallpaperId = reply.ReadInt32(); in GetWallpaperId()
315 HILOG_INFO("End => iWallpaperId[%{public}d]", iWallpaperId); in GetWallpaperId()
316 return iWallpaperId; in GetWallpaperId()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp944 int32_t iWallpaperId = -1; in GetWallpaperId() local
950 iWallpaperId = iterator.second.wallpaperId; in GetWallpaperId()
955 iWallpaperId = iterator.second.wallpaperId; in GetWallpaperId()
958 HILOG_INFO("WallpaperService::GetWallpaperId --> end ID[%{public}d]", iWallpaperId); in GetWallpaperId()
959 return iWallpaperId; in GetWallpaperId()

Completed in 6 milliseconds