Searched refs:WriteToParcelDouble (Results 1 – 6 of 6) sorted by relevance
55 wantParams->WriteToParcelDouble(parcel, doubleIt); in DoSomethingInterestingWithMyAPI()
142 wantParams->WriteToParcelDouble(parcel, doubleIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
203 bool WriteToParcelDouble(Parcel &parcel, sptr<IInterface> &o) const;
161 bool WriteToParcelDouble(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
668 bool WantParams::WriteToParcelDouble(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelDouble() function in OHOS::AAFwk::WantParams696 return WriteToParcelDouble(parcel, o); in WriteMarshalling()
679 bool DistributedWantParams::WriteToParcelDouble(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelDouble() function in OHOS::DistributedSchedule::DistributedWantParams707 return WriteToParcelDouble(parcel, o); in WriteMarshalling()