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.cpp51 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/native/include/
Di_wallpaper_service.h54 virtual ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) = 0;
Dwallpaper_manager_kits.h71 virtual ErrorCode GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo,
Dwallpaper_service_proxy.h37 ErrorCode GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) override;
Dwallpaper_manager.h68 ErrorCode GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo,
/base/theme/wallpaper_mgr/test/unittest/
Dwallpaper_permission_test.cpp151 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pi…
Dwallpaper_test.cpp722 …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/
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.cpp194 …WallpaperMgrService::WallpaperManagerkits::GetInstance().GetPixelMap(wallpaperType, apiInfo, pixel… in GetPixelMapFuzzTest()
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp338 ErrorCode WallpaperManager::GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo, in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperManager
352 wallpaperErrorCode = wallpaperServerProxy->GetPixelMap(wallpaperType, fdInfo); in GetPixelMap()
Dwallpaper_service_proxy.cpp140 ErrorCode WallpaperServiceProxy::GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdIn… in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
/base/theme/wallpaper_mgr/services/include/
Dwallpaper_service.h68 ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) override;
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1041 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/
Dwallpaper_service_stub.cpp174 wallpaperErrorCode = GetPixelMap(wallpaperType, fdInfo); in OnGetPixelMapInner()
Dwallpaper_service.cpp843 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/
Dpasteboard_client_adapter_impl.cpp239 std::shared_ptr<Media::PixelMap> pixelMap = record_->GetPixelMap(); in GetImgData()
/base/theme/wallpaper_mgr/frameworks/js/napi/
Dnapi_wallpaper_ability.cpp523 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/
Dcommon.cpp1163 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/
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.cpp207 EXPECT_EQ(nullptr, user->GetPixelMap()); in CheckCaseOneResult()
275 EXPECT_EQ(nullptr, user.GetPixelMap()); in CheckCaseFourResult()