Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp166 auto wallpaperServerProxy = GetService(); in GetColors() local
167 if (wallpaperServerProxy == nullptr) { in GetColors()
172 return wallpaperServerProxy->GetColorsV9(wallpaperType, colors); in GetColors()
174 return wallpaperServerProxy->GetColors(wallpaperType, colors); in GetColors()
179 auto wallpaperServerProxy = GetService(); in GetFile() local
180 if (wallpaperServerProxy == nullptr) { in GetFile()
190 ErrorCode wallpaperErrorCode = wallpaperServerProxy->GetFile(wallpaperType, wallpaperFd); in GetFile()
199 auto wallpaperServerProxy = GetService(); in SetWallpaper() local
200 if (wallpaperServerProxy == nullptr) { in SetWallpaper()
225 wallpaperErrorCode = wallpaperServerProxy in SetWallpaper()
240 auto wallpaperServerProxy = GetService(); SetWallpaper() local
260 auto wallpaperServerProxy = GetService(); SetVideo() local
292 auto wallpaperServerProxy = GetService(); SetCustomWallpaper() local
328 auto wallpaperServerProxy = GetService(); GetPixelMap() local
404 auto wallpaperServerProxy = GetService(); GetWallpaperId() local
436 auto wallpaperServerProxy = GetService(); IsChangePermitted() local
446 auto wallpaperServerProxy = GetService(); IsOperationAllowed() local
455 auto wallpaperServerProxy = GetService(); ResetWallpaper() local
475 auto wallpaperServerProxy = GetService(); On() local
499 auto wallpaperServerProxy = GetService(); Off() local
529 auto wallpaperServerProxy = GetService(); RegisterWallpaperCallback() local
587 auto wallpaperServerProxy = GetService(); SendEvent() local
[all...]

Completed in 2 milliseconds