Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/test/unittest/
Dwallpaper_permission_test.cpp26 constexpr int LOCKSCREEN = 1; variable
116 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo);
133 … OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().GetFile(LOCKSCREEN, wallpaperFd);
151 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pi…
186 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().SetWallpaper(URI, LOCKSCREEN, apiIn…
Dwallpaper_test.cpp41 constexpr int32_t LOCKSCREEN = 1; variable
161 WallpaperManagerkits::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo); in TearDownTestCase()
317 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().ResetWallpaper(LOCKSCREEN, apiI…
363 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().ResetWallpaper(LOCKSCREEN, apiI…
365 int firstId = WallpaperManagerkits::GetInstance().GetWallpaperId(LOCKSCREEN);
368 wallpaperErrorCode = WallpaperManagerkits::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo);
370 int secondId = WallpaperManagerkits::GetInstance().GetWallpaperId(LOCKSCREEN);
384 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().ResetWallpaper(LOCKSCREEN, apiI…
491 … ErrorCode errorCode = WallpaperManagerkits::GetInstance().GetColors(LOCKSCREEN, apiInfo, colors);
508 … ErrorCode errorCode = WallpaperManagerkits::GetInstance().GetColors(LOCKSCREEN, apiInfo, colors);
[all …]
/base/theme/screenlock_mgr/utils/include/
Dscreenlock_common.h43 const std::string LOCKSCREEN = "lockScreen"; variable
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp388 SystemEvent systemEvent(LOCKSCREEN); in Lock()