/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_service_proxy.cpp | 28 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 D | wallpaper_service_stub.cpp | 36 { 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 D | wallpaper_service_proxy.h | 64 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 D | boundarycode_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX…
|
H A D | getcolors_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS);
|
H A D | getcolorsv9_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS_V9);
|
H A D | getfile_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE);
|
H A D | getpixelmap_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP);
|
H A D | getpixelmapv9_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP_V9);
|
H A D | getwallpaperid_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_WALLPAPER_ID);
|
H A D | ischangepermitted_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_CHANGE_PERMITT…
|
H A D | isoperationallowed_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_OPERATION_ALLO…
|
H A D | off_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::OFF);
|
H A D | on_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::ON);
|
H A D | registercallback_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::REGISTER_CALLBACK…
|
H A D | resetwallpaper_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER);
|
H A D | resetwallpaperv9_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER_V…
|
H A D | sendevent_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SEND_EVENT);
|
H A D | setcustom_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_CUSTOM);
|
H A D | setvideo_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_VIDEO);
|
H A D | setwallpaper_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER);
|
H A D | setwallpaperpixelmapv9_fuzz.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX…
|
H A D | setwallpaperv9_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_V9);
|
/ohos5.0/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service_ipc_interface_code.h | 23 enum class WallpaperServiceIpcInterfaceCode : uint32_t { enum
|