Searched refs:WriteToParcelShort (Results 1 – 6 of 6) sorted by relevance
52 wantParams->WriteToParcelShort(parcel, shortIt); in DoSomethingInterestingWithMyAPI()
139 wantParams->WriteToParcelShort(parcel, shortIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
199 bool WriteToParcelShort(Parcel &parcel, sptr<IInterface> &o) const;
157 bool WriteToParcelShort(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
632 bool WantParams::WriteToParcelShort(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelShort() function in OHOS::AAFwk::WantParams688 return WriteToParcelShort(parcel, o); in WriteMarshalling()
643 bool DistributedWantParams::WriteToParcelShort(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelShort() function in OHOS::DistributedSchedule::DistributedWantParams699 return WriteToParcelShort(parcel, o); in WriteMarshalling()