Home
last modified time | relevance | path

Searched refs:WriteToParcelDouble (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/
H A Dwantparamsthird_fuzzer.cpp55 wantParams->WriteToParcelDouble(parcel, doubleIt); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp142 wantParams->WriteToParcelDouble(parcel, doubleIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h203 bool WriteToParcelDouble(Parcel &parcel, sptr<IInterface> &o) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h161 bool WriteToParcelDouble(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp668 bool WantParams::WriteToParcelDouble(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelDouble() function in OHOS::AAFwk::WantParams
696 return WriteToParcelDouble(parcel, o); in WriteMarshalling()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp679 bool DistributedWantParams::WriteToParcelDouble(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelDouble() function in OHOS::DistributedSchedule::DistributedWantParams
707 return WriteToParcelDouble(parcel, o); in WriteMarshalling()