Searched refs:ReadFromParcelArrayLong (Results 1 – 5 of 5) sorted by relevance
109 wantParams->ReadFromParcelArrayLong(parcel, array); in DoSomethingInterestingWithMyApiDistributedWantParams002()
175 bool ReadFromParcelArrayLong(Parcel &parcel, sptr<IArray> &ao);
135 bool ReadFromParcelArrayLong(Parcel& parcel, sptr<AAFwk::IArray>& ao);
1097 bool WantParams::ReadFromParcelArrayLong(Parcel &parcel, sptr<IArray> &ao) in ReadFromParcelArrayLong() function in OHOS::AAFwk::WantParams1182 return ReadFromParcelArrayLong(parcel, ao); in ReadArrayToParcel()
1064 bool DistributedWantParams::ReadFromParcelArrayLong(Parcel& parcel, sptr<AAFwk::IArray>& ao) in ReadFromParcelArrayLong() function in OHOS::DistributedSchedule::DistributedWantParams1117 return ReadFromParcelArrayLong(parcel, ao); in ReadArrayToParcel()