/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/ |
H A D | ohos_image_decoder_adapter_test.cpp | 298 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 D | message_user.h | 72 const std::shared_ptr<Media::PixelMap> GetPixelMap() const;
|
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/ |
H A D | messageuser_fuzzer.cpp | 50 // test GetPixelMap function
in DoSomethingInterestingWithMyAPI() 51 messageUser.GetPixelMap();
in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/ohos_adapter/ohos_image_adapter/include/ |
H A D | ohos_image_decoder_adapter_impl.h | 53 Media::PixelMap* GetPixelMap() { return pixelMap_.get(); } in GetPixelMap() function in OHOS::NWeb::OhosImageDecoderAdapterImpl
|
/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | i_wallpaper_service.h | 56 virtual ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) = 0;
|
H A D | wallpaper_service_proxy.h | 38 ErrorCode GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) override;
|
H A D | wallpaper_manager.h | 69 ErrorCode GetPixelMap(
|
/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_permission_test.cpp | 138 /********************* 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 D | wallpaper_test.cpp | 723 /********************* 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 D | message_user.cpp | 62 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 D | notification_napi_convert_liveview.cpp | 126 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 D | notification_napi_convert_content.cpp | 413 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 D | notification_napi_convert_request.cpp | 238 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 D | wallpaper_manager.cpp | 324 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 D | wallpaper_service_proxy.cpp | 189 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 D | wallpaper_service.h | 68 ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) override;
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
H A D | wallpaper_manager_fuzzer.cpp | 193 WallpaperMgrService::WallpaperManager::GetInstance().GetPixelMap(wallpaperType, apiInfo, pixelMap); in GetPixelMapFuzzTest()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_liveview.cpp | 496 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 D | common_convert_content.cpp | 362 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 D | common_convert_request.cpp | 762 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 D | wallpaper_service_stub.cpp | 235 HILOG_DEBUG("WallpaperServiceStub::GetPixelMap start."); in OnGetPixelMapInner() 242 wallpaperErrorCode = GetPixelMap(wallpaperType, fdInfo); in OnGetPixelMapInner()
|
/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
H A D | pasteboard_client_adapter_impl.cpp | 256 std::shared_ptr<Media::PixelMap> pixelMap = record_->GetPixelMap(); in GetImgData()
|
/base/customization/enterprise_device_management/interfaces/kits/security_manager/src/ |
H A D | security_manager_addon.cpp | 486 pixelMap = Media::PixelMapNapi::GetPixelMap(env, argv[ARR_INDEX_TWO]); in SetWatermarkImage()
|
/base/web/webview/test/unittest/pasteboard_adapter/ |
H A D | pasteboard_client_adapter_test.cpp | 113 MOCK_METHOD0(GetPixelMap, std::shared_ptr<PixelMap>());
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.cpp | 557 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()
|