Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp57 ErrorCode wallpaperErrorCode = ConvertIntToErrorCode(reply.ReadInt32()); in GetColorsInner()
87 ErrorCode wallpaperErrorCode = ConvertIntToErrorCode(reply.ReadInt32()); in GetFile()
136 return ConvertIntToErrorCode(reply.ReadInt32()); in SetWallpaperInner()
186 return ConvertIntToErrorCode(reply.ReadInt32()); in SetWallpaperInnerByPixelMap()
230 return ConvertIntToErrorCode(reply.ReadInt32()); in SetVideo()
261 return ConvertIntToErrorCode(reply.ReadInt32()); in SetCustomWallpaper()
392 return ConvertIntToErrorCode(reply.ReadInt32()); in ResetWallpaperInner()
417 return ConvertIntToErrorCode(reply.ReadInt32()); in SendEvent()
450 return ConvertIntToErrorCode(reply.ReadInt32()); in On()
481 return ConvertIntToErrorCode(reply.ReadInt32()); in Off()
[all …]
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_service_proxy.h51 ErrorCode ConvertIntToErrorCode(int32_t errorCode);