/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
H A D | wallpaper_manager_fuzzer.cpp | 55 class WallpaperEventListenerFuzzTestImpl : public OHOS::WallpaperMgrService::WallpaperEventListener { 103 WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % 2) }; in GetColorsFuzzTest() 105 WallpaperMgrService::WallpaperManager::GetInstance().GetColors(wallpaperType, apiInfo, colors); in GetColorsFuzzTest() 112 WallpaperMgrService::WallpaperManager::GetInstance().GetWallpaperId(wallpaperType); in GetWallpaperIdFuzzTest() 122 WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % 2) }; in ResetWallpaperFuzzTest() 123 WallpaperMgrService::WallpaperManager::GetInstance().ResetWallpaper(wallpaperType, apiInfo); in ResetWallpaperFuzzTest() 136 WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % 2) }; in SetWallpaperByUriFuzzTest() 138 WallpaperMgrService::WallpaperManager::GetInstance().On("colorChange", listener); in SetWallpaperByUriFuzzTest() 139 WallpaperMgrService::WallpaperManager::GetInstance().SetWallpaper(uri, wallpaperType, apiInfo); in SetWallpaperByUriFuzzTest() 140 WallpaperMgrService in SetWallpaperByUriFuzzTest() [all...] |
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getwallpaperdir_fuzzer/ |
H A D | getwallpaperdir_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 39 WallpaperMgrService.GetWallpaperDir(userId, wallpaperType); in GetWallpaperDirFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/onswitcheduser_fuzzer/ |
H A D | onswitcheduser_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 38 WallpaperMgrService.OnSwitchedUser(userId); in OnSwitchedUserFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/onremoveduser_fuzzer/ |
H A D | onremoveduser_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 38 WallpaperMgrService.OnRemovedUser(userId); in OnRemovedUserFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getpicturefilename_fuzzer/ |
H A D | getfile_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 39 WallpaperMgrService.GetFile(wallpaperType, fd); in GetFileFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/inituserdir_fuzzer/ |
H A D | inituserdir_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 38 WallpaperMgrService.InitUserDir(userId); in InitUserDirFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/oninituser_fuzzer/ |
H A D | oninituser_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 38 WallpaperMgrService.OnInitUser(userId); in OnInitUserFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/updatewallpapermap_fuzzer/ |
H A D | updatewallpapermap_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 39 WallpaperMgrService.UpdataWallpaperMap(userId, wallpaperType); in UpdataWallpaperMapFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/clearredundatfile_fuzzer/ |
H A D | clearredundatfile_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 42 WallpaperMgrService.ClearRedundantFile(userId, wallpaperType, path); in ClearRedundatFileFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getfile_fuzzer/ |
H A D | getpicturefilename_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 42 WallpaperMgrService.GetPictureFileName(userId, wallpaperType, path); in GetPictureFileNameFuzzTest()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getfilenamefrommap_fuzzer/ |
H A D | getfilenamefrommap_fuzzer.cpp | 19 using namespace OHOS::WallpaperMgrService; 21 WallpaperMgrService WallpaperMgrService; member 42 WallpaperMgrService.GetFileNameFromMap(userId, wallpaperType, path); in GetFileNameFromMapFuzzTest()
|
/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_permission_test.cpp | 35 namespace WallpaperMgrService { namespace 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() 169 OHOS::WallpaperMgrService::WallpaperManager::GetInstance().SetWallpaper(pixelMap, 2, apiInfo); in HWTEST_F() 186 OHOS::WallpaperMgrService::WallpaperManager::GetInstance().SetWallpaper(URI, LOCKSCREEN, apiInfo); in HWTEST_F() 191 } // namespace WallpaperMgrService
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_extension_ability_death_recipient.cpp | 20 namespace WallpaperMgrService { namespace 23 void OHOS::WallpaperMgrService::WallpaperExtensionAbilityDeathRecipient::OnRemoteDied( in OnRemoteDied() 30 } // namespace WallpaperMgrService
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_event_listener_client.cpp | 22 namespace WallpaperMgrService { namespace 24 std::shared_ptr<WallpaperMgrService::WallpaperEventListener> wallpaperEventListener) in WallpaperEventListenerClient() 53 } // namespace WallpaperMgrService
|
H A D | wallpaper_service_cb_stub.cpp | 20 namespace WallpaperMgrService { namespace 57 WallpaperMgrService::WallpaperManager::GetInstance().GetCallback()(num); in OnCall() 61 } // namespace WallpaperMgrService
|
/base/theme/wallpaper_mgr/frameworks/kits/extension/include/ |
H A D | wallpaper_extension_ability_stub.h | 22 namespace WallpaperMgrService { namespace 24 } // namespace WallpaperMgrService
|
H A D | i_wallpaper_extension_ability.h | 22 namespace WallpaperMgrService { namespace 27 } // namespace WallpaperMgrService
|
/base/theme/wallpaper_mgr/utils/include/ |
H A D | memory_guard.h | 19 namespace WallpaperMgrService { namespace 25 } // namespace WallpaperMgrService
|
/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | i_wallpaper_callback.h | 21 namespace WallpaperMgrService { namespace 29 } // namespace WallpaperMgrService
|
H A D | wallpaper_event_listener_stub.h | 30 namespace WallpaperMgrService { namespace 37 } // namespace WallpaperMgrService
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_extension_ability_death_recipient.h | 22 namespace WallpaperMgrService { namespace 36 } // namespace WallpaperMgrService
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/src/ |
H A D | boundarycode_fuzzer.cpp | 24 using namespace OHOS::WallpaperMgrService;
|
H A D | getpixelmapv9_fuzzer.cpp | 24 using namespace OHOS::WallpaperMgrService;
|
H A D | getcolorsv9_fuzzer.cpp | 24 using namespace OHOS::WallpaperMgrService;
|
H A D | getpixelmap_fuzzer.cpp | 24 using namespace OHOS::WallpaperMgrService;
|