Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp128 wantParams->WriteToParcelByte(parcel, byteIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
161 wantParams->WriteToParcelByte(parcel, byteIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H A Dwantparamsfirst_fuzzer.cpp65 wantParams->WriteToParcelByte(parcel, byteIt); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h197 bool WriteToParcelByte(Parcel &parcel, sptr<IInterface> &o) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h155 bool WriteToParcelByte(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp614 bool WantParams::WriteToParcelByte(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelByte() function in OHOS::AAFwk::WantParams
684 return WriteToParcelByte(parcel, o); in WriteMarshalling()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp625 bool DistributedWantParams::WriteToParcelByte(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelByte() function in OHOS::DistributedSchedule::DistributedWantParams
695 return WriteToParcelByte(parcel, o); in WriteMarshalling()