Lines Matching refs:Parcel
253 * @brief Marshals a Notification object into a Parcel.
255 * @param parcel Indicates the Parcel object for marshalling.
258 bool Marshalling(Parcel &parcel) const;
261 * @brief Unmarshals a Notification object from a Parcel.
263 * @param Indicates the Parcel object for unmarshalling.
266 static Notification *Unmarshalling(Parcel &parcel);
337 bool ReadFromParcel(Parcel &parcel);
338 void ReadFromParcelBool(Parcel &parcel);
339 void ReadFromParcelString(Parcel &parcel);
340 void ReadFromParcelInt32(Parcel &parcel);
341 void ReadFromParcelInt64(Parcel &parcel);
342 void ReadFromParcelUint64(Parcel &parcel);
343 bool ReadFromParcelParcelable(Parcel &parcel);
344 bool MarshallingBool(Parcel &parcel) const;
345 bool MarshallingString(Parcel &parcel) const;
346 bool MarshallingInt32(Parcel &parcel) const;
347 bool MarshallingInt64(Parcel &parcel) const;
348 bool MarshallingUint64(Parcel &parcel) const;
349 bool MarshallingParcelable(Parcel &parcel) const;