Searched refs:ReadArrayToParcel (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/ |
H A D | distributedwantparams_fuzzer.cpp | 116 wantParams->ReadArrayToParcel(parcel, GetU32Data(data) % OFFSET_16, array); in DoSomethingInterestingWithMyApiDistributedWantParams002()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want_params.h | 155 bool ReadArrayToParcel(Parcel &parcel, int type, sptr<IArray> &ao, int depth);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want_params.h | 115 bool ReadArrayToParcel(Parcel& parcel, int type, sptr<AAFwk::IArray>& ao);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params.cpp | 1165 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 D | distributed_want_params.cpp | 1100 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 D | distributed_want_params_test.cpp | 964 bool result = wantParams.ReadArrayToParcel(parcel, type, destAO);
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_params_test.cpp | 1151 bool result = wantParams.ReadArrayToParcel(parcel, type, destAO, 1);
|