Searched refs:WriteToParcelBool (Results 1 – 5 of 5) sorted by relevance
133 wantParams->WriteToParcelBool(parcel, boolIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
196 bool WriteToParcelBool(Parcel &parcel, sptr<IInterface> &o) const;
154 bool WriteToParcelBool(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
538 bool WantParams::WriteToParcelBool(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelBool() function in OHOS::AAFwk::WantParams682 return WriteToParcelBool(parcel, o); in WriteMarshalling()
548 bool DistributedWantParams::WriteToParcelBool(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelBool() function in OHOS::DistributedSchedule::DistributedWantParams693 return WriteToParcelBool(parcel, o); in WriteMarshalling()