/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/ |
D | messageuser_fuzzer.cpp | 52 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/innerkitsimpl/wallpaper_manager/include/ |
D | wallpaper_manager_kits.h | 70 virtual int32_t GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo,
|
D | i_wallpaper_service.h | 77 virtual int32_t GetPixelMap(int wallpaperType, FdInfo &fdInfo) = 0;
|
D | wallpaper_manager.h | 65 int32_t GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo,
|
D | wallpaper_service_proxy.h | 33 int32_t GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) override;
|
/base/theme/wallpaper_mgr/test/unittest/ |
D | wallpaper_test.cpp | 517 …int32_t wallpaperErrorCode = WallpaperManagerkits::GetInstance().GetPixelMap(SYSTYEM, apiInfo, pix… 532 …int32_t wallpaperErrorCode = WallpaperManagerkits::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, … 548 … OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(2, apiInfo, pixelMap);
|
D | wallpaper_permission_test.cpp | 158 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pi…
|
/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 | 165 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(wallpaperType, apiInfo, pixel… in GetPixelMapFuzzTest()
|
/base/theme/wallpaper_mgr/frameworks/innerkitsimpl/wallpaper_manager/src/ |
D | wallpaper_manager.cpp | 284 int32_t WallpaperManager::GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo, in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperManager 298 wallpaperErrorCode = wpServerProxy->GetPixelMap(wallpaperType, fdInfo); in GetPixelMap()
|
D | wallpaper_service_proxy.cpp | 186 int32_t WallpaperServiceProxy::GetPixelMap(int wallpaperType, IWallpaperService::FdInfo &fdInfo) in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
|
/base/theme/wallpaper_mgr/services/include/ |
D | wallpaper_service.h | 73 int32_t GetPixelMap(int wallpaperType, FdInfo &fdInfo) override;
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 1082 auto picture = conversationalContent->GetMessageUser().GetPixelMap(); in CheckImageSizeForContent() 1094 auto img = msg->GetSender().GetPixelMap(); in CheckImageSizeForContent() 1155 auto icon = user->GetPixelMap(); in CheckImageSize()
|
/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/services/src/ |
D | wallpaper_service_stub.cpp | 177 wallpaperErrorCode = GetPixelMap(wallpaperType, fdInfo); in OnGetPixelMapInner()
|
D | wallpaper_service.cpp | 729 return GetPixelMap(wallpaperType, fdInfo); in GetPixelMapV9() 732 int32_t WallpaperService::GetPixelMap(int wallpaperType, IWallpaperService::FdInfo &fdInfo) in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperService
|
/base/theme/wallpaper_mgr/interfaces/kits/napi/ |
D | napi_wallpaper_ability.cpp | 433 std::shared_ptr<PixelMap> pixelMap = PixelMapNapi::GetPixelMap(env, argv[0]); in SetImageInput() 525 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(context->wallpaperType, apiIn… in GetImageInner()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1161 std::shared_ptr<Media::PixelMap> icon = messageUser.GetPixelMap(); in SetMessageUser() 2419 pixelMap = Media::PixelMapNapi::GetPixelMap(env, value); in GetNotificationActionButtonsDetailedBasicInfo() 2768 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationSmallIcon() 2796 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationLargeIcon() 3280 pixelMap = Media::PixelMapNapi::GetPixelMap(env, pictureContentResult); in GetNotificationPictureContentDetailed() 3755 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 | 199 EXPECT_EQ(nullptr, user->GetPixelMap()); in CheckCaseOneResult() 267 EXPECT_EQ(nullptr, user.GetPixelMap()); in CheckCaseFourResult()
|