Home
last modified time | relevance | path

Searched refs:GetWallpaperMinWidth (Results 1 - 5 of 5) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_manager.h102 ErrorCode GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth);
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp179 WallpaperMgrService::WallpaperManager::GetInstance().GetWallpaperMinWidth(apiInfo, minWidth); in WallpaperManagerFuzzTest()
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp690 /********************* GetWallpaperMinWidth *********************/
693 * @tc.desc: GetWallpaperMinWidth .
702 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetWallpaperMinWidth(apiInfo, width); in HWTEST_F()
709 * @tc.desc: GetWallpaperMinWidth throw permission error.
718 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetWallpaperMinWidth(apiInfo, width); in HWTEST_F()
721 /********************* GetWallpaperMinWidth *********************/
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp423 ErrorCode WallpaperManager::GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) in GetWallpaperMinWidth() function in OHOS::WallpaperMgrService::WallpaperManager
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.cpp263 HILOG_DEBUG("exec GetWallpaperMinWidth."); in GetMinWidthInner()
265 WallpaperMgrService::WallpaperManager::GetInstance().GetWallpaperMinWidth(apiInfo, context->minWidth); in GetMinWidthInner()

Completed in 6 milliseconds