Home
last modified time | relevance | path

Searched refs:ReadArrayToParcel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp116 wantParams->ReadArrayToParcel(parcel, GetU32Data(data) % OFFSET_16, array); in DoSomethingInterestingWithMyApiDistributedWantParams002()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h155 bool ReadArrayToParcel(Parcel &parcel, int type, sptr<IArray> &ao, int depth);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h115 bool ReadArrayToParcel(Parcel& parcel, int type, sptr<AAFwk::IArray>& ao);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1165 bool WantParams::ReadArrayToParcel(Parcel &parcel, int type, sptr<IArray> &ao, int depth) in ReadArrayToParcel() function in OHOS::AAFwk::WantParams
1489 if (!ReadArrayToParcel(parcel, type, ao, depth)) { in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1100 bool DistributedWantParams::ReadArrayToParcel(Parcel& parcel, int type, sptr<AAFwk::IArray>& ao) in ReadArrayToParcel() function in OHOS::DistributedSchedule::DistributedWantParams
1381 if (!ReadArrayToParcel(parcel, type, ao)) { in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp964 bool result = wantParams.ReadArrayToParcel(parcel, type, destAO);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp1151 bool result = wantParams.ReadArrayToParcel(parcel, type, destAO, 1);