Home
last modified time | relevance | path

Searched refs:GetPixelMap (Results 1 - 25 of 29) sorted by relevance

12

/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/
H A Dohos_image_decoder_adapter_test.cpp298 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap(); in HWTEST_F()
328 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap(); in HWTEST_F()
358 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap(); in HWTEST_F()
388 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap(); in HWTEST_F()
418 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap(); in HWTEST_F()
449 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap(); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dmessage_user.h72 const std::shared_ptr<Media::PixelMap> GetPixelMap() const;
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
H A Dmessageuser_fuzzer.cpp50 // test GetPixelMap function in DoSomethingInterestingWithMyAPI()
51 messageUser.GetPixelMap(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/ohos_image_adapter/include/
H A Dohos_image_decoder_adapter_impl.h53 Media::PixelMap* GetPixelMap() { return pixelMap_.get(); } in GetPixelMap() function in OHOS::NWeb::OhosImageDecoderAdapterImpl
/base/theme/wallpaper_mgr/frameworks/native/include/
H A Di_wallpaper_service.h56 virtual ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) = 0;
H A Dwallpaper_service_proxy.h38 ErrorCode GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) override;
H A Dwallpaper_manager.h69 ErrorCode GetPixelMap(
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_permission_test.cpp138 /********************* GetPixelMap *********************/
141 * @tc.desc: GetPixelMap with wallpaperType[1] throw permission error.
151 OHOS::WallpaperMgrService::WallpaperManager::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pixelMap); in HWTEST_F()
154 /********************* GetPixelMap *********************/
H A Dwallpaper_test.cpp723 /********************* GetPixelMap *********************/
726 * @tc.desc: GetPixelMap with wallpaperType[0].
735 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetPixelMap(SYSTYEM, apiInfo, pixelMap); in HWTEST_F()
741 * @tc.desc: GetPixelMap with wallpaperType[1].
750 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pixelMap); in HWTEST_F()
756 * @tc.desc: GetPixelMap throw permission error.
765 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetPixelMap(LOCKSCREEN, apiInfo, pixelMap); in HWTEST_F()
767 wallpaperErrorCode = WallpaperManager::GetInstance().GetPixelMap(SYSTYEM, apiInfo, pixelMap); in HWTEST_F()
770 /********************* GetPixelMap *********************/
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dmessage_user.cpp62 const std::shared_ptr<Media::PixelMap> MessageUser::GetPixelMap() const in GetPixelMap() function in OHOS::Notification::MessageUser
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp126 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationLocalLiveViewCapsule()
206 pixelMap = Media::PixelMapNapi::GetPixelMap(env, buttonIcon); in GetNotificationLocalLiveViewButton()
544 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMapNapi::GetPixelMap(env, pictureObj); in GetLiveViewPictures()
H A Dnotification_napi_convert_content.cpp413 pixelMap = Media::PixelMapNapi::GetPixelMap(env, pictureContentResult); in GetNotificationPictureContentDetailed()
645 pixelMap = Media::PixelMapNapi::GetPixelMap(env, iconResult); in GetMessageUserByCustom()
1037 auto pixelMap = Media::PixelMapNapi::GetPixelMap(env, value); in GetLockScreenPicture()
H A Dnotification_napi_convert_request.cpp238 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationSmallIcon()
267 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationLargeIcon()
296 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationOverlayIcon()
1180 pixelMap = Media::PixelMapNapi::GetPixelMap(env, value); in GetNotificationActionButtonsDetailedBasicInfo()
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp324 ErrorCode WallpaperManager::GetPixelMap( in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperManager
327 HILOG_INFO("FrameWork GetPixelMap Start by FD."); in GetPixelMap()
338 wallpaperErrorCode = wallpaperServerProxy->GetPixelMap(wallpaperType, fdInfo); in GetPixelMap()
H A Dwallpaper_service_proxy.cpp189 ErrorCode WallpaperServiceProxy::GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) in GetPixelMap() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
283 HILOG_ERROR("WallpaperServiceProxy::GetPixelMap fail, result = %{public}d!", result); in GetPixelMapInner()
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h68 ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) override;
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp193 WallpaperMgrService::WallpaperManager::GetInstance().GetPixelMap(wallpaperType, apiInfo, pixelMap); in GetPixelMapFuzzTest()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp496 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationLocalLiveViewCapsule()
627 pixelMap = Media::PixelMapNapi::GetPixelMap(env, buttonIcon); in GetNotificationLocalLiveViewButton()
998 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMapNapi::GetPixelMap(env, pictureObj); in GetLiveViewPictures()
H A Dcommon_convert_content.cpp362 std::shared_ptr<Media::PixelMap> icon = messageUser.GetPixelMap(); in SetMessageUser()
815 pixelMap = Media::PixelMapNapi::GetPixelMap(env, pictureContentResult); in GetNotificationPictureContentDetailed()
1049 pixelMap = Media::PixelMapNapi::GetPixelMap(env, iconResult); in GetMessageUserByCustom()
1442 auto pixelMap = Media::PixelMapNapi::GetPixelMap(env, value); in GetLockScreenPicture()
H A Dcommon_convert_request.cpp762 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationSmallIcon()
790 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationLargeIcon()
819 pixelMap = Media::PixelMapNapi::GetPixelMap(env, result); in GetNotificationOverlayIcon()
1721 pixelMap = Media::PixelMapNapi::GetPixelMap(env, value); in GetNotificationActionButtonsDetailedBasicInfo()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp235 HILOG_DEBUG("WallpaperServiceStub::GetPixelMap start."); in OnGetPixelMapInner()
242 wallpaperErrorCode = GetPixelMap(wallpaperType, fdInfo); in OnGetPixelMapInner()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp256 std::shared_ptr<Media::PixelMap> pixelMap = record_->GetPixelMap(); in GetImgData()
/base/customization/enterprise_device_management/interfaces/kits/security_manager/src/
H A Dsecurity_manager_addon.cpp486 pixelMap = Media::PixelMapNapi::GetPixelMap(env, argv[ARR_INDEX_TWO]); in SetWatermarkImage()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp113 MOCK_METHOD0(GetPixelMap, std::shared_ptr<PixelMap>());
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.cpp557 std::shared_ptr<PixelMap> pixelMap = PixelMapNapi::GetPixelMap(env, argv[0]); in SetImageInput()
559 HILOG_ERROR("PixelMapNapi::GetPixelMap error!"); in SetImageInput()
655 ErrorCode wallpaperErrorCode = WallpaperMgrService::WallpaperManager::GetInstance().GetPixelMap( in GetImageInner()

Completed in 26 milliseconds

12