Searched refs:WriteToParcelLong (Results 1 – 5 of 5) sorted by relevance
97 wantParams->WriteToParcelLong(parcel, longIt); in DoSomethingInterestingWithMyApiDistributedWantParams002()
201 bool WriteToParcelLong(Parcel &parcel, sptr<IInterface> &o) const;
159 bool WriteToParcelLong(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
650 bool WantParams::WriteToParcelLong(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelLong() function in OHOS::AAFwk::WantParams692 return WriteToParcelLong(parcel, o); in WriteMarshalling()
661 bool DistributedWantParams::WriteToParcelLong(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelLong() function in OHOS::DistributedSchedule::DistributedWantParams703 return WriteToParcelLong(parcel, o); in WriteMarshalling()