Searched refs:WriteToParcelByte (Results 1 – 6 of 6) sorted by relevance
128 wantParams->WriteToParcelByte(parcel, byteIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()161 wantParams->WriteToParcelByte(parcel, byteIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
65 wantParams->WriteToParcelByte(parcel, byteIt); in DoSomethingInterestingWithMyAPI()
197 bool WriteToParcelByte(Parcel &parcel, sptr<IInterface> &o) const;
155 bool WriteToParcelByte(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
614 bool WantParams::WriteToParcelByte(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelByte() function in OHOS::AAFwk::WantParams684 return WriteToParcelByte(parcel, o); in WriteMarshalling()
625 bool DistributedWantParams::WriteToParcelByte(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelByte() function in OHOS::DistributedSchedule::DistributedWantParams695 return WriteToParcelByte(parcel, o); in WriteMarshalling()