Searched defs:WriteParcelableVector (Results 1 – 4 of 4) sorted by relevance
31 …static bool WriteParcelableVector(const std::vector<std::shared_ptr<T>> &parcelableVector, Parcel … in WriteParcelableVector() function
27 …bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &reply, Err… in WriteParcelableVector() function
1779 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function
89 bool AppAccountEventProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &da… in WriteParcelableVector() function in OHOS::AccountSA::AppAccountEventProxy