Searched refs:WriteToParcelFloat (Results 1 – 6 of 6) sorted by relevance
52 wantParams->WriteToParcelFloat(parcel, floatIt); in DoSomethingInterestingWithMyAPI()
100 wantParams->WriteToParcelFloat(parcel, floatIt); in DoSomethingInterestingWithMyApiDistributedWantParams002()
202 bool WriteToParcelFloat(Parcel &parcel, sptr<IInterface> &o) const;
160 bool WriteToParcelFloat(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
659 bool WantParams::WriteToParcelFloat(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelFloat() function in OHOS::AAFwk::WantParams694 return WriteToParcelFloat(parcel, o); in WriteMarshalling()
670 bool DistributedWantParams::WriteToParcelFloat(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelFloat() function in OHOS::DistributedSchedule::DistributedWantParams705 return WriteToParcelFloat(parcel, o); in WriteMarshalling()