Searched refs:WriteToParcelChar (Results 1 – 6 of 6) sorted by relevance
49 wantParams->WriteToParcelChar(parcel, charIt); in DoSomethingInterestingWithMyAPI()
136 wantParams->WriteToParcelChar(parcel, charIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
198 bool WriteToParcelChar(Parcel &parcel, sptr<IInterface> &o) const;
156 bool WriteToParcelChar(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
623 bool WantParams::WriteToParcelChar(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelChar() function in OHOS::AAFwk::WantParams686 return WriteToParcelChar(parcel, o); in WriteMarshalling()
634 bool DistributedWantParams::WriteToParcelChar(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelChar() function in OHOS::DistributedSchedule::DistributedWantParams697 return WriteToParcelChar(parcel, o); in WriteMarshalling()