Searched refs:WriteToParcelString (Results 1 – 5 of 5) sorted by relevance
130 wantParams->WriteToParcelString(parcel, stringIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
195 bool WriteToParcelString(Parcel &parcel, sptr<IInterface> &o) const;
153 bool WriteToParcelString(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
529 bool WantParams::WriteToParcelString(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelString() function in OHOS::AAFwk::WantParams680 return WriteToParcelString(parcel, o); in WriteMarshalling()
539 bool DistributedWantParams::WriteToParcelString(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelString() function in OHOS::DistributedSchedule::DistributedWantParams691 return WriteToParcelString(parcel, o); in WriteMarshalling()