• Home
  • Raw
  • Download

Lines Matching refs:ErrorCode

68     ErrorCode SetWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) override;
69 ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) override;
70 ErrorCode GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) override;
71 ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd) override;
75 ErrorCode ResetWallpaper(int32_t wallpaperType) override;
76 ErrorCode On(const std::string &type, sptr<IWallpaperEventListener> listener) override;
77 ErrorCode Off(const std::string &type, sptr<IWallpaperEventListener> listener) override;
81 ErrorCode SetWallpaperV9(int32_t fd, int32_t wallpaperType, int32_t length) override;
82 ErrorCode GetPixelMapV9(int32_t wallpaperType, FdInfo &fdInfo) override;
83 ErrorCode GetColorsV9(int32_t wallpaperType, std::vector<uint64_t> &colors) override;
84 ErrorCode ResetWallpaperV9(int32_t wallpaperType) override;
85 ErrorCode SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) override;
86 ErrorCode SetCustomWallpaper(const std::string &uri, int32_t wallpaperType) override;
87 ErrorCode SendEvent(const std::string &eventType) override;
118 ErrorCode SetDefaultDataForWallpaper(int32_t userId, WallpaperType wallpaperType);
122 ErrorCode SetWallpaperBackupData(int32_t userId, WallpaperResourceType resourceType,
126 ErrorCode GetImageFd(int32_t userId, WallpaperType wallpaperType, int32_t &fd);
127 ErrorCode GetImageSize(int32_t userId, WallpaperType wallpaperType, int32_t &size);
135ErrorCode SetWallpaper(int32_t fd, int32_t wallpaperType, int32_t length, WallpaperResourceType re…
137 ErrorCode CheckValid(int32_t wallpaperType, int32_t length, WallpaperResourceType resourceType);