Home
last modified time | relevance | path

Searched refs:CutoutInfo (Results 1 - 25 of 51) sorted by relevance

123

/foundation/window/window_manager/utils/include/
H A Dcutout_info.h41 class CutoutInfo : public Parcelable { class
43 CutoutInfo() = default;
44 CutoutInfo(const std::vector<DMRect>& boundingRects, WaterfallDisplayAreaRects waterfallDisplayAreaRects);
45 ~CutoutInfo() = default;
46 WM_DISALLOW_COPY_AND_MOVE(CutoutInfo);
49 static CutoutInfo *Unmarshalling(Parcel& parcel);
/foundation/window/window_manager/utils/test/unittest/
H A Dcutout_info_test.cpp56 sptr<CutoutInfo> info = new CutoutInfo(); in HWTEST_F()
72 sptr<CutoutInfo> info = new CutoutInfo(); in HWTEST_F()
90 sptr<CutoutInfo> info = new CutoutInfo(); in HWTEST_F()
106 sptr<CutoutInfo> info = new CutoutInfo(); in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dcutout_info.cpp19 CutoutInfo::CutoutInfo(const std::vector<DMRect>& boundingRects, in CutoutInfo() function in OHOS::Rosen::CutoutInfo
25 bool CutoutInfo::Marshalling(Parcel& parcel) const in Marshalling()
46 CutoutInfo *CutoutInfo::Unmarshalling(Parcel& parcel) in Unmarshalling()
52 CutoutInfo *cutoutInfo = new CutoutInfo(boundingRects, waterfallDisplayAreaRects); in Unmarshalling()
56 bool CutoutInfo::WriteBoundingRectsVector(const std::vector<DMRect>& boundingRects, Parcel& parcel) const in WriteBoundingRectsVector()
74 bool CutoutInfo::ReadBoundingRectsVector(std::vector<DMRect>& unmarBoundingRects, Parcel& parcel) in ReadBoundingRectsVector()
98 bool CutoutInfo
[all...]
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_lite.h25 class CutoutInfo;
69 sptr<CutoutInfo> GetCutoutInfo() const;
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay.h25 class CutoutInfo;
139 sptr<CutoutInfo> GetCutoutInfo() const;
/foundation/window/window_manager/previewer/include/
H A Ddisplay.h25 class CutoutInfo;
132 sptr<CutoutInfo> GetCutoutInfo() const;
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_lite_proxy.cpp266 sptr<CutoutInfo> ScreenSessionManagerLiteProxy::GetCutoutInfo(DisplayId displayId) in GetCutoutInfo()
289 sptr<CutoutInfo> info = reply.ReadParcelable<CutoutInfo>(); in GetCutoutInfo()
H A Dscreen_session_manager_lite_stub.cpp158 sptr<CutoutInfo> cutoutInfo = GetCutoutInfo(displayId); in HandleGetCutoutInfo()
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_lite_proxy.h44 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) override;
H A Dscreen_session_manager_lite_interface.h79 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) { return nullptr; } in GetCutoutInfo()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h52 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) const;
H A Ddisplay_cutout_controller.h42 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_lite.h49 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) override;
H A Dscreen_cutout_controller.h35 sptr<CutoutInfo> GetScreenCutoutInfo(DisplayId displayId);
/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h57 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
H A Ddisplay_manager_adapter_lite.h63 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_lite.cpp92 sptr<CutoutInfo> DisplayLite::GetCutoutInfo() const in GetCutoutInfo()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp77 sptr<CutoutInfo> DisplayCutoutController::GetCutoutInfo(DisplayId displayId) in GetCutoutInfo()
89 sptr<CutoutInfo> cutoutInfo(new CutoutInfo(boundingRects, waterfallDisplayAreaRects)); in GetCutoutInfo()
H A Ddisplay_manager_service_inner.cpp158 sptr<CutoutInfo> DisplayManagerServiceInner::GetCutoutInfo(DisplayId displayId) const in GetCutoutInfo()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_cutout_controller.cpp35 sptr<CutoutInfo> ScreenCutoutController::GetScreenCutoutInfo(DisplayId displayId) in GetScreenCutoutInfo()
44 sptr<CutoutInfo> cutoutInfo = new CutoutInfo(boundaryRects, waterfallDisplayAreaRects_); in GetScreenCutoutInfo()
H A Dscreen_session_manager_lite.cpp152 sptr<CutoutInfo> ScreenSessionManagerLite::GetCutoutInfo(DisplayId displayId) in GetCutoutInfo()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.h59 napi_value CreateJsCutoutInfoObject(napi_env env, sptr<CutoutInfo> cutoutInfo);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_lite_test.cpp168 sptr<CutoutInfo> ret = screenSessionManagerLite.GetCutoutInfo(displayId); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp73 CCutoutInfo* CreateCCutoutInfoObject(sptr<CutoutInfo> &cutoutInfo) in CreateCCutoutInfoObject()
289 sptr<CutoutInfo> cutoutInfo = display_->GetCutoutInfo(); in GetCutoutInfo()
/foundation/window/window_manager/dm/src/
H A Ddisplay.cpp204 sptr<CutoutInfo> Display::GetCutoutInfo() const in GetCutoutInfo()

Completed in 9 milliseconds

123