Home
last modified time | relevance | path

Searched refs:ConvertIntToErrorCode (Results 1 – 2 of 2) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_service_proxy.cpp58 ErrorCode wallpaperErrorCode = ConvertIntToErrorCode(reply.ReadInt32()); in GetColorsInner()
88 ErrorCode wallpaperErrorCode = ConvertIntToErrorCode(reply.ReadInt32()); in GetFile()
137 return ConvertIntToErrorCode(reply.ReadInt32()); in SetWallpaperInner()
181 return ConvertIntToErrorCode(reply.ReadInt32()); in SetVideo()
212 return ConvertIntToErrorCode(reply.ReadInt32()); in SetCustomWallpaper()
237 ErrorCode wallpaperErrorCode = ConvertIntToErrorCode(reply.ReadInt32()); in GetPixelMapInner()
343 return ConvertIntToErrorCode(reply.ReadInt32()); in ResetWallpaperInner()
368 return ConvertIntToErrorCode(reply.ReadInt32()); in SendEvent()
402 return ConvertIntToErrorCode(reply.ReadInt32()); in On()
434 return ConvertIntToErrorCode(reply.ReadInt32()); in Off()
[all …]
/base/theme/wallpaper_mgr/frameworks/native/include/
Dwallpaper_service_proxy.h50 ErrorCode ConvertIntToErrorCode(int32_t errorCode);