Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/
H A Dwantparamsthird_fuzzer.cpp49 wantParams->WriteToParcelChar(parcel, charIt); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp136 wantParams->WriteToParcelChar(parcel, charIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h198 bool WriteToParcelChar(Parcel &parcel, sptr<IInterface> &o) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h156 bool WriteToParcelChar(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp623 bool WantParams::WriteToParcelChar(Parcel &parcel, sptr<IInterface> &o) const in WriteToParcelChar() function in OHOS::AAFwk::WantParams
686 return WriteToParcelChar(parcel, o); in WriteMarshalling()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp634 bool DistributedWantParams::WriteToParcelChar(Parcel& parcel, sptr<IInterface>& o) const in WriteToParcelChar() function in OHOS::DistributedSchedule::DistributedWantParams
697 return WriteToParcelChar(parcel, o); in WriteMarshalling()