Searched refs:LOCKSCREEN (Results 1 – 4 of 4) sorted by relevance
/base/theme/wallpaper_mgr/test/unittest/ |
D | wallpaper_permission_test.cpp | 26 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…
|
D | wallpaper_test.cpp | 41 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/ |
D | screenlock_common.h | 43 const std::string LOCKSCREEN = "lockScreen"; variable
|
/base/theme/screenlock_mgr/services/src/ |
D | screenlock_system_ability.cpp | 388 SystemEvent systemEvent(LOCKSCREEN); in Lock()
|