Home
last modified time | relevance | path

Searched refs:GetPixelMap (Results 1 – 21 of 21) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
Dmessageuser_fuzzer.cpp52 messageUser.GetPixelMap(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dmessage_user.h72 const std::shared_ptr<Media::PixelMap> GetPixelMap() const;
/base/theme/wallpaper_mgr/frameworks/innerkitsimpl/wallpaper_manager/include/
Dwallpaper_manager_kits.h70 virtual int32_t GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo,
Di_wallpaper_service.h77 virtual int32_t GetPixelMap(int wallpaperType, FdInfo &fdInfo) = 0;
Dwallpaper_manager.h65 int32_t GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo,
Dwallpaper_service_proxy.h33 int32_t GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) override;
/base/theme/wallpaper_mgr/test/unittest/
Dwallpaper_test.cpp517 …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);
Dwallpaper_permission_test.cpp158 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pi…
/base/notification/distributed_notification_service/frameworks/ans/src/
Dmessage_user.cpp62 const std::shared_ptr<Media::PixelMap> MessageUser::GetPixelMap() const in GetPixelMap() function in OHOS::Notification::MessageUser
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
Dwallpaper_manager_fuzzer.cpp165 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(wallpaperType, apiInfo, pixel… in GetPixelMapFuzzTest()
/base/theme/wallpaper_mgr/frameworks/innerkitsimpl/wallpaper_manager/src/
Dwallpaper_manager.cpp284 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()
Dwallpaper_service_proxy.cpp186 int32_t WallpaperServiceProxy::GetPixelMap(int wallpaperType, IWallpaperService::FdInfo &fdInfo) in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
/base/theme/wallpaper_mgr/services/include/
Dwallpaper_service.h73 int32_t GetPixelMap(int wallpaperType, FdInfo &fdInfo) override;
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1082 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/
Dpasteboard_client_adapter_impl.cpp239 std::shared_ptr<Media::PixelMap> pixelMap = record_->GetPixelMap(); in GetImgData()
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service_stub.cpp177 wallpaperErrorCode = GetPixelMap(wallpaperType, fdInfo); in OnGetPixelMapInner()
Dwallpaper_service.cpp729 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/
Dnapi_wallpaper_ability.cpp433 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/
Dcommon.cpp1161 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/
Dpasteboard_client_adapter_test.cpp116 MOCK_METHOD0(GetPixelMap, std::shared_ptr<PixelMap>());
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp199 EXPECT_EQ(nullptr, user->GetPixelMap()); in CheckCaseOneResult()
267 EXPECT_EQ(nullptr, user.GetPixelMap()); in CheckCaseFourResult()