Searched refs:WriteToParcelInt (Results 1 – 5 of 5) sorted by relevance
145 wantParams->WriteToParcelInt(parcel, intIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
200 bool WriteToParcelInt(Parcel &parcel, sptr<IInterface> &o) const;
158 bool WriteToParcelInt(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
641 bool WantParams::WriteToParcelInt(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelInt() function in OHOS::AAFwk::WantParams690 return WriteToParcelInt(parcel, o); in WriteMarshalling()
652 bool DistributedWantParams::WriteToParcelInt(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelInt() function in OHOS::DistributedSchedule::DistributedWantParams701 return WriteToParcelInt(parcel, o); in WriteMarshalling()