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