Home
last modified time | relevance | path

Searched refs:WallpaperServiceIpcInterfaceCode (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp28 return GetColorsInner(wallpaperType, WallpaperServiceIpcInterfaceCode::GET_COLORS, colors); in GetColors()
33 return GetColorsInner(wallpaperType, WallpaperServiceIpcInterfaceCode::GET_COLORS_V9, colors); in GetColorsV9()
37 int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, std::vector<uint64_t> &colors) in GetColorsInner()
105 int32_t fd, int32_t wallpaperType, int32_t length, WallpaperServiceIpcInterfaceCode code) in SetWallpaperInner()
143 pixelMap, wallpaperType, WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIXELMAP); in SetWallpaperByPixelMap()
150 pixelMap, wallpaperType, WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIXELMAP_V9); in SetWallpaperV9ByPixelMap()
191 return GetPixelMapInner(wallpaperType, WallpaperServiceIpcInterfaceCode::GET_PIXELMAP, fdInfo); in GetPixelMap()
256 static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_CUSTOM), data, reply, option); in SetCustomWallpaper()
367 return ResetWallpaperInner(wallpaperType, WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER); in ResetWallpaper()
412 static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SEND_EVENT), data, reply, option); in SendEvent()
[all …]
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp36 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER), in WallpaperServiceStub()
38 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP), in WallpaperServiceStub()
40 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS), in WallpaperServiceStub()
42 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_WALLPAPER_ID), in WallpaperServiceStub()
44 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE), in WallpaperServiceStub()
46 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::ON), in WallpaperServiceStub()
48 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::OFF), in WallpaperServiceStub()
62 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS_V9), in WallpaperServiceStub()
66 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_VIDEO), in WallpaperServiceStub()
68 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_CUSTOM), in WallpaperServiceStub()
[all …]
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_service_proxy.h64 int32_t fd, int32_t wallpaperType, int32_t length, WallpaperServiceIpcInterfaceCode code);
66 …ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code);
68 … int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, IWallpaperService::FdInfo &fdInfo);
70 … int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, std::vector<uint64_t> &colors);
71 ErrorCode ResetWallpaperInner(int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code);
73 WallpaperServiceIpcInterfaceCode code);
75 WallpaperServiceIpcInterfaceCode code, IWallpaperService::FdInfo &fdInfo);
/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/src/
H A Dboundarycode_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX…
H A Dgetcolors_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS);
H A Dgetcolorsv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS_V9);
H A Dgetfile_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE);
H A Dgetpixelmap_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP);
H A Dgetpixelmapv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP_V9);
H A Dgetwallpaperid_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_WALLPAPER_ID);
H A Dischangepermitted_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_CHANGE_PERMITT…
H A Disoperationallowed_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_OPERATION_ALLO…
H A Doff_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::OFF);
H A Don_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::ON);
H A Dregistercallback_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::REGISTER_CALLBACK…
H A Dresetwallpaper_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER);
H A Dresetwallpaperv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER_V…
H A Dsendevent_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SEND_EVENT);
H A Dsetcustom_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_CUSTOM);
H A Dsetvideo_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_VIDEO);
H A Dsetwallpaper_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER);
H A Dsetwallpaperpixelmapv9_fuzz.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX…
H A Dsetwallpaperv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_V9);
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service_ipc_interface_code.h23 enum class WallpaperServiceIpcInterfaceCode : uint32_t { enum