Searched refs:URI_ZIP (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_js/ |
H A D | Wallpaper.test.js | 48 const URI_ZIP = "/system/etc/test.zip"; constant 2949 wallpaper.setCustomWallpaper(URI_ZIP, WALLPAPER_SYSTEM, (error) => { 2978 wallpaper.setCustomWallpaper(URI_ZIP, WALLPAPER_SYSTEM).then(async () => { 3007 wallpaper.setCustomWallpaper(URI_ZIP, WALLPAPER_LOCKSCREEN, (error) => { 3036 wallpaper.setCustomWallpaper(URI_ZIP, WALLPAPER_LOCKSCREEN).then(async () => { 3065 wallpaper.setCustomWallpaper(URI_ZIP, INVALID_WALLPAPER_TYPE, function (err) { 3089 wallpaper.setCustomWallpaper(URI_ZIP, function (err) { 3112 wallpaper.setCustomWallpaper(URI_ZIP, INVALID_WALLPAPER_TYPE).then(() => { 3210 source: URI_ZIP 3397 source: URI_ZIP
|
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_test.cpp | 62 constexpr const char *URI_ZIP = "/data/test/theme/wallpaper/test.zip"; variable 1240 ErrorCode ret = WallpaperManager::GetInstance().SetCustomWallpaper(URI_ZIP, SYSTYEM); 1242 ret = WallpaperManager::GetInstance().SetCustomWallpaper(URI_ZIP, LOCKSCREEN);
|