/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/ |
D | messageuser_fuzzer.cpp | 51 messageUser.GetPixelMap(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | message_user.h | 72 const std::shared_ptr<Media::PixelMap> GetPixelMap() const;
|
/base/theme/wallpaper_mgr/frameworks/native/include/ |
D | i_wallpaper_service.h | 54 virtual ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) = 0;
|
D | wallpaper_manager_kits.h | 71 virtual ErrorCode GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo,
|
D | wallpaper_service_proxy.h | 37 ErrorCode GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) override;
|
D | wallpaper_manager.h | 68 ErrorCode GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo,
|
/base/theme/wallpaper_mgr/test/unittest/ |
D | wallpaper_permission_test.cpp | 151 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pi…
|
D | wallpaper_test.cpp | 722 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().GetPixelMap(SYSTYEM, apiInfo, p… 737 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo… 752 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo… 754 … wallpaperErrorCode = WallpaperManagerkits::GetInstance().GetPixelMap(SYSTYEM, apiInfo, pixelMap);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | message_user.cpp | 62 const std::shared_ptr<Media::PixelMap> MessageUser::GetPixelMap() const in GetPixelMap() function in OHOS::Notification::MessageUser
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
D | wallpaper_manager_fuzzer.cpp | 194 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(wallpaperType, apiInfo, pixel… in GetPixelMapFuzzTest()
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
D | wallpaper_manager.cpp | 338 ErrorCode WallpaperManager::GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo, in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperManager 352 wallpaperErrorCode = wallpaperServerProxy->GetPixelMap(wallpaperType, fdInfo); in GetPixelMap()
|
D | wallpaper_service_proxy.cpp | 140 ErrorCode WallpaperServiceProxy::GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdIn… in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
|
/base/theme/wallpaper_mgr/services/include/ |
D | wallpaper_service.h | 68 ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) override;
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 1041 auto picture = conversationalContent->GetMessageUser().GetPixelMap(); in CheckImageSizeForContent() 1053 auto img = msg->GetSender().GetPixelMap(); in CheckImageSizeForContent() 1114 auto icon = user->GetPixelMap(); in CheckImageSize()
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_service_stub.cpp | 174 wallpaperErrorCode = GetPixelMap(wallpaperType, fdInfo); in OnGetPixelMapInner()
|
D | wallpaper_service.cpp | 843 ErrorCode WallpaperService::GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperService 884 return GetPixelMap(wallpaperType, fdInfo); in GetPixelMapV9()
|
/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
D | pasteboard_client_adapter_impl.cpp | 239 std::shared_ptr<Media::PixelMap> pixelMap = record_->GetPixelMap(); in GetImgData()
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
D | napi_wallpaper_ability.cpp | 523 std::shared_ptr<PixelMap> pixelMap = PixelMapNapi::GetPixelMap(env, argv[0]); in SetImageInput() 616 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(context->wallpaperType, apiIn… in GetImageInner()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1163 std::shared_ptr<Media::PixelMap> icon = messageUser.GetPixelMap(); in SetMessageUser() 2471 pixelMap = Media::PixelMapNapi::GetPixelMap(env, value); in GetNotificationActionButtonsDetailedBasicInfo() 2820 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationSmallIcon() 2848 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationLargeIcon() 3332 pixelMap = Media::PixelMapNapi::GetPixelMap(env, pictureContentResult); in GetNotificationPictureContentDetailed() 3807 pixelMap = Media::PixelMapNapi::GetPixelMap(env, iconResult); in GetMessageUserByCustom()
|
/base/web/webview/test/unittest/pasteboard_adapter/ |
D | pasteboard_client_adapter_test.cpp | 116 MOCK_METHOD0(GetPixelMap, std::shared_ptr<PixelMap>());
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 207 EXPECT_EQ(nullptr, user->GetPixelMap()); in CheckCaseOneResult() 275 EXPECT_EQ(nullptr, user.GetPixelMap()); in CheckCaseFourResult()
|