Home
last modified time | relevance | path

Searched refs:WriteToParcelBool (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp133 wantParams->WriteToParcelBool(parcel, boolIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h196 bool WriteToParcelBool(Parcel &parcel, sptr<IInterface> &o) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h154 bool WriteToParcelBool(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp538 bool WantParams::WriteToParcelBool(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelBool() function in OHOS::AAFwk::WantParams
682 return WriteToParcelBool(parcel, o); in WriteMarshalling()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp548 bool DistributedWantParams::WriteToParcelBool(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelBool() function in OHOS::DistributedSchedule::DistributedWantParams
693 return WriteToParcelBool(parcel, o); in WriteMarshalling()