Home
last modified time | relevance | path

Searched refs:WallpaperMgrService (Results 1 - 25 of 87) sorted by relevance

1234

/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp55 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 Dgetwallpaperdir_fuzzer.cpp19 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 Donswitcheduser_fuzzer.cpp19 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 Donremoveduser_fuzzer.cpp19 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 Dgetfile_fuzzer.cpp19 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 Dinituserdir_fuzzer.cpp19 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 Doninituser_fuzzer.cpp19 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 Dupdatewallpapermap_fuzzer.cpp19 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 Dclearredundatfile_fuzzer.cpp19 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 Dgetpicturefilename_fuzzer.cpp19 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 Dgetfilenamefrommap_fuzzer.cpp19 using namespace OHOS::WallpaperMgrService;
21 WallpaperMgrService WallpaperMgrService; member
42 WallpaperMgrService.GetFileNameFromMap(userId, wallpaperType, path); in GetFileNameFromMapFuzzTest()
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_permission_test.cpp35 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 Dwallpaper_extension_ability_death_recipient.cpp20 namespace WallpaperMgrService { namespace
23 void OHOS::WallpaperMgrService::WallpaperExtensionAbilityDeathRecipient::OnRemoteDied( in OnRemoteDied()
30 } // namespace WallpaperMgrService
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_event_listener_client.cpp22 namespace WallpaperMgrService { namespace
24 std::shared_ptr<WallpaperMgrService::WallpaperEventListener> wallpaperEventListener) in WallpaperEventListenerClient()
53 } // namespace WallpaperMgrService
H A Dwallpaper_service_cb_stub.cpp20 namespace WallpaperMgrService { namespace
57 WallpaperMgrService::WallpaperManager::GetInstance().GetCallback()(num); in OnCall()
61 } // namespace WallpaperMgrService
/base/theme/wallpaper_mgr/frameworks/kits/extension/include/
H A Dwallpaper_extension_ability_stub.h22 namespace WallpaperMgrService { namespace
24 } // namespace WallpaperMgrService
H A Di_wallpaper_extension_ability.h22 namespace WallpaperMgrService { namespace
27 } // namespace WallpaperMgrService
/base/theme/wallpaper_mgr/utils/include/
H A Dmemory_guard.h19 namespace WallpaperMgrService { namespace
25 } // namespace WallpaperMgrService
/base/theme/wallpaper_mgr/frameworks/native/include/
H A Di_wallpaper_callback.h21 namespace WallpaperMgrService { namespace
29 } // namespace WallpaperMgrService
H A Dwallpaper_event_listener_stub.h30 namespace WallpaperMgrService { namespace
37 } // namespace WallpaperMgrService
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_extension_ability_death_recipient.h22 namespace WallpaperMgrService { namespace
36 } // namespace WallpaperMgrService
/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/src/
H A Dboundarycode_fuzzer.cpp24 using namespace OHOS::WallpaperMgrService;
H A Dgetpixelmapv9_fuzzer.cpp24 using namespace OHOS::WallpaperMgrService;
H A Dgetcolorsv9_fuzzer.cpp24 using namespace OHOS::WallpaperMgrService;
H A Dgetpixelmap_fuzzer.cpp24 using namespace OHOS::WallpaperMgrService;

Completed in 6 milliseconds

1234