Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/
H A Dwantparamsthird_fuzzer.cpp59 wantParams->WriteArrayToParcelByte(parcel, ao); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp90 wantParams->WriteArrayToParcelByte(parcel, ao); in DoSomethingInterestingWithMyApiDistributedWantParams002()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h185 bool WriteArrayToParcelByte(Parcel &parcel, IArray *ao) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h144 bool WriteArrayToParcelByte(Parcel& parcel, AAFwk::IArray* ao) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp865 bool WantParams::WriteArrayToParcelByte(Parcel &parcel, IArray *ao) const in WriteArrayToParcelByte() function in OHOS::AAFwk::WantParams
1000 return WriteArrayToParcelByte(parcel, ao); in WriteArrayToParcel()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp869 bool DistributedWantParams::WriteArrayToParcelByte(Parcel& parcel, AAFwk::IArray* ao) const in WriteArrayToParcelByte() function in OHOS::DistributedSchedule::DistributedWantParams
974 return WriteArrayToParcelByte(parcel, ao); in WriteArrayToParcel()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp840 bool result = wp.WriteArrayToParcelByte(parcel, nullptr);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp962 bool result = wp.WriteArrayToParcelByte(parcel, nullptr);