Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dcutout_info_test.cpp95 bool ret = info->ReadBoundingRectsVector(boundingRects, parcel);
113 bool ret = info->ReadBoundingRectsVector(boundingRects, parcel);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dcutout_info.cpp51 ReadBoundingRectsVector(boundingRects, parcel); in Unmarshalling()
74 bool CutoutInfo::ReadBoundingRectsVector(std::vector<DMRect>& unmarBoundingRects, Parcel &parcel) in ReadBoundingRectsVector() function in OHOS::Rosen::CutoutInfo
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dcutout_info.h56 static bool ReadBoundingRectsVector(std::vector<DMRect>& unmarBoundingRects, Parcel &parcel);