/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
D | wallpaper_manager_fuzzer.cpp | 55 class WallpaperEventListenerFuzzTestImpl : public OHOS::WallpaperMgrService::WallpaperEventListener… 104 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in GetColorsFuzzTest() 106 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetColors(wallpaperType, apiInfo, colors); in GetColorsFuzzTest() 113 WallpaperMgrService::WallpaperManagerkits::GetInstance().GetWallpaperId(wallpaperType); in GetWallpaperIdFuzzTest() 123 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in ResetWallpaperFuzzTest() 124 WallpaperMgrService::WallpaperManagerkits::GetInstance().ResetWallpaper(wallpaperType, apiInfo); in ResetWallpaperFuzzTest() 137 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in SetWallpaperByUriFuzzTest() 139 WallpaperMgrService::WallpaperManagerkits::GetInstance().On("colorChange", listener); in SetWallpaperByUriFuzzTest() 140 …WallpaperMgrService::WallpaperManagerkits::GetInstance().SetWallpaper(uri, wallpaperType, apiInfo); in SetWallpaperByUriFuzzTest() 141 WallpaperMgrService::WallpaperManagerkits::GetInstance().Off("colorChange", listener); in SetWallpaperByUriFuzzTest() [all …]
|
/base/theme/wallpaper_mgr/test/unittest/ |
D | wallpaper_permission_test.cpp | 35 namespace WallpaperMgrService { namespace 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… 169 … OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().SetWallpaper(pixelMap, 2, apiInfo); 186 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().SetWallpaper(URI, LOCKSCREEN, apiIn…
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_extension_ability_death_recipient.cpp | 20 namespace WallpaperMgrService { namespace 23 void OHOS::WallpaperMgrService::WallpaperExtensionAbilityDeathRecipient::OnRemoteDied( in OnRemoteDied()
|
D | wallpaper_data.cpp | 21 namespace WallpaperMgrService { namespace
|
D | wallpaper_extension_ability_connection.cpp | 21 namespace WallpaperMgrService { namespace
|
D | wallpaper_service_cb_proxy.cpp | 20 namespace WallpaperMgrService { namespace
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
D | wallpaper_event_listener_client.cpp | 23 namespace WallpaperMgrService { namespace 25 std::shared_ptr<WallpaperMgrService::WallpaperEventListener> wallpaperEventListener) in WallpaperEventListenerClient()
|
D | wallpaper_service_cb_stub.cpp | 21 namespace WallpaperMgrService { namespace 62 WallpaperMgrService::WallpaperManagerkits::GetInstance().GetCallback()(num); in OnCall()
|
D | wallpaper_manager_kits.cpp | 20 namespace WallpaperMgrService { namespace
|
/base/theme/wallpaper_mgr/frameworks/kits/extension/include/ |
D | wallpaper_extension_ability_stub.h | 22 namespace WallpaperMgrService {
|
D | i_wallpaper_extension_ability.h | 22 namespace WallpaperMgrService {
|
/base/theme/wallpaper_mgr/utils/include/ |
D | memory_guard.h | 19 namespace WallpaperMgrService {
|
/base/theme/wallpaper_mgr/frameworks/native/include/ |
D | i_wallpaper_callback.h | 21 namespace WallpaperMgrService {
|
D | wallpaper_event_listener_stub.h | 30 namespace WallpaperMgrService {
|
D | wallpaper_event_listener.h | 25 namespace WallpaperMgrService {
|
D | iwallpaper_event_listener.h | 29 namespace WallpaperMgrService {
|
/base/theme/wallpaper_mgr/services/include/ |
D | i_wallpaper_manager_callback.h | 23 namespace WallpaperMgrService {
|
D | wallpaper_common_event_manager.h | 24 namespace WallpaperMgrService {
|
D | wallpaper_service_ipc_interface_code.h | 21 namespace WallpaperMgrService {
|
D | wallpaper_extension_ability_death_recipient.h | 22 namespace WallpaperMgrService {
|
D | wallpaper_service_cb_proxy.h | 27 namespace WallpaperMgrService {
|
D | wallpaper_data.h | 26 namespace WallpaperMgrService {
|
D | component_name.h | 21 namespace WallpaperMgrService {
|
/base/theme/wallpaper_mgr/utils/src/ |
D | memory_guard.cpp | 20 namespace WallpaperMgrService { namespace
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
D | napi_wallpaper_ability.cpp | 89 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetColors(context->wallpaperType, apiInfo, in GetColorsInner() 134 … WallpaperMgrService::WallpaperManagerkits::GetInstance().GetWallpaperId(context->wallpaperType); in GetIdInner() 174 WallpaperMgrService::WallpaperManagerkits::GetInstance().GetFile(context->wallpaperType, in GetFileInner() 224 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetWallpaperMinHeight(apiInfo, context->m… in GetMinHeightInner() 271 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetWallpaperMinWidth(apiInfo, context->mi… in GetMinWidthInner() 305 …context->isChangePermitted = WallpaperMgrService::WallpaperManagerkits::GetInstance().IsChangePerm… in IsChangeAllowedInner() 332 …context->isOperationAllowed = WallpaperMgrService::WallpaperManagerkits::GetInstance().IsOperation… in IsUserChangeAllowedInner() 377 …WallpaperMgrService::WallpaperManagerkits::GetInstance().ResetWallpaper(context->wallpaperType, ap… in RestoreInner() 449 WallpaperMgrService::WallpaperManagerkits::GetInstance().SendEvent(context->eventType); in SendEventInner() 491 …WallpaperMgrService::WallpaperManagerkits::GetInstance().SetVideo(context->uri, context->wallpaper… in SetVideoInner() [all …]
|