Home
last modified time | relevance | path

Searched refs:WriteArrayToParcelChar (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp46 wantParams->WriteArrayToParcelChar(parcel, ao); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp86 wantParams->WriteArrayToParcelChar(parcel, ao); in DoSomethingInterestingWithMyApiDistributedWantParams002()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h186 bool WriteArrayToParcelChar(Parcel &parcel, IArray *ao) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h145 bool WriteArrayToParcelChar(Parcel& parcel, AAFwk::IArray* ao) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp879 bool WantParams::WriteArrayToParcelChar(Parcel &parcel, IArray *ao) const in WriteArrayToParcelChar() function in OHOS::AAFwk::WantParams
1002 return WriteArrayToParcelChar(parcel, ao); in WriteArrayToParcel()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp883 bool DistributedWantParams::WriteArrayToParcelChar(Parcel& parcel, AAFwk::IArray* ao) const in WriteArrayToParcelChar() function in OHOS::DistributedSchedule::DistributedWantParams
976 return WriteArrayToParcelChar(parcel, ao); in WriteArrayToParcel()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp853 bool result = wp.WriteArrayToParcelChar(parcel, nullptr);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp975 bool result = wp.WriteArrayToParcelChar(parcel, nullptr);