Home
last modified time | relevance | path

Searched refs:WriteBoundingRectsVector (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dcutout_info_test.cpp61 bool ret = info->WriteBoundingRectsVector(boundingRects, parcel);
79 bool ret = info->WriteBoundingRectsVector(boundingRects, parcel);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dcutout_info.cpp43 WriteBoundingRectsVector(boundingRects_, parcel); in Marshalling()
56 bool CutoutInfo::WriteBoundingRectsVector(const std::vector<DMRect>& boundingRects, Parcel &parcel)… in WriteBoundingRectsVector() function in OHOS::Rosen::CutoutInfo
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dcutout_info.h55 bool WriteBoundingRectsVector(const std::vector<DMRect>& boundingRects, Parcel &parcel) const;