Searched refs:ConvertIntToErrorCode (Results 1 – 2 of 2) sorted by relevance
58 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 …]
50 ErrorCode ConvertIntToErrorCode(int32_t errorCode);