Searched refs:LOCKSCREEN (Results 1 - 4 of 4) sorted by relevance
/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_permission_test.cpp | 26 constexpr int32_t LOCKSCREEN = 1; variable 116 OHOS::WallpaperMgrService::WallpaperManager::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo); in HWTEST_F() 133 OHOS::WallpaperMgrService::WallpaperManager::GetInstance().GetFile(LOCKSCREEN, wallpaperFd); in HWTEST_F() 151 OHOS::WallpaperMgrService::WallpaperManager::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pixelMap); in HWTEST_F() 186 OHOS::WallpaperMgrService::WallpaperManager::GetInstance().SetWallpaper(URI, LOCKSCREEN, apiInfo); in HWTEST_F()
|
H A D | wallpaper_test.cpp | 41 constexpr int32_t LOCKSCREEN = 1; member 167 WallpaperManager::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo); in TearDownTestCase() 330 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo); in HWTEST_F() 376 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo); in HWTEST_F() 378 int32_t firstId = WallpaperManager::GetInstance().GetWallpaperId(LOCKSCREEN); in HWTEST_F() 381 wallpaperErrorCode = WallpaperManager::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo); in HWTEST_F() 383 int32_t secondId = WallpaperManager::GetInstance().GetWallpaperId(LOCKSCREEN); in HWTEST_F() 397 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().ResetWallpaper(LOCKSCREEN, apiInfo); in HWTEST_F() 504 ErrorCode errorCode = WallpaperManager::GetInstance().GetColors(LOCKSCREEN, apiInfo, colors); in HWTEST_F() 521 ErrorCode errorCode = WallpaperManager::GetInstance().GetColors(LOCKSCREEN, apiInf in HWTEST_F() [all...] |
/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_common.h | 44 const std::string LOCKSCREEN = "lockScreen"; member
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 419 SystemEvent systemEvent(LOCKSCREEN); in Lock() 432 SystemEvent systemEvent(LOCKSCREEN); in Lock()
|
Completed in 5 milliseconds