Home
last modified time | relevance | path

Searched refs:RESET_WALLPAPER (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/src/
H A Dresetwallpaper_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER);
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service_ipc_interface_code.h29 RESET_WALLPAPER, enumerator
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp367 return ResetWallpaperInner(wallpaperType, WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER); in ResetWallpaper()
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp54 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER), in WallpaperServiceStub()