Searched refs:SpanInfoParcel (Results 1 – 2 of 2) sorted by relevance
269 class SpanInfoParcel : public SpanInfo, public Parcelable {274 SpanInfoParcel() = default;280 explicit SpanInfoParcel(const SpanInfo &spanInfo);298 static sptr<SpanInfoParcel> Unmarshalling(Parcel &parcel);
162 sptr<SpanInfoParcel> spanList = parcel.ReadStrongParcelable<SpanInfoParcel>(); in ReadFromParcelFourthPart()286 SpanInfoParcel spanList(span); in MarshallingThirdPart()600 SpanInfoParcel::SpanInfoParcel(const SpanInfo &spanInfo) in SpanInfoParcel() function in OHOS::Accessibility::SpanInfoParcel605 bool SpanInfoParcel::ReadFromParcel(Parcel &parcel) in ReadFromParcel()615 bool SpanInfoParcel::Marshalling(Parcel &parcel) const in Marshalling()625 sptr<SpanInfoParcel> SpanInfoParcel::Unmarshalling(Parcel& parcel) in Unmarshalling()627 sptr<SpanInfoParcel> spanInfo = new(std::nothrow) SpanInfoParcel(); in Unmarshalling()