Home
last modified time | relevance | path

Searched refs:ReadFromParcelArrayInt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp108 wantParams->ReadFromParcelArrayInt(parcel, array); in DoSomethingInterestingWithMyApiDistributedWantParams002()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h174 bool ReadFromParcelArrayInt(Parcel &parcel, sptr<IArray> &ao);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h134 bool ReadFromParcelArrayInt(Parcel& parcel, sptr<AAFwk::IArray>& ao);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1087 bool WantParams::ReadFromParcelArrayInt(Parcel &parcel, sptr<IArray> &ao) in ReadFromParcelArrayInt() function in OHOS::AAFwk::WantParams
1180 return ReadFromParcelArrayInt(parcel, ao); in ReadArrayToParcel()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1055 bool DistributedWantParams::ReadFromParcelArrayInt(Parcel& parcel, sptr<AAFwk::IArray>& ao) in ReadFromParcelArrayInt() function in OHOS::DistributedSchedule::DistributedWantParams
1115 return ReadFromParcelArrayInt(parcel, ao); in ReadArrayToParcel()