Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/
H A Dwantparamsthird_fuzzer.cpp52 wantParams->WriteToParcelShort(parcel, shortIt); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp139 wantParams->WriteToParcelShort(parcel, shortIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h199 bool WriteToParcelShort(Parcel &parcel, sptr<IInterface> &o) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h157 bool WriteToParcelShort(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp632 bool WantParams::WriteToParcelShort(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelShort() function in OHOS::AAFwk::WantParams
688 return WriteToParcelShort(parcel, o); in WriteMarshalling()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp643 bool DistributedWantParams::WriteToParcelShort(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelShort() function in OHOS::DistributedSchedule::DistributedWantParams
699 return WriteToParcelShort(parcel, o); in WriteMarshalling()