Searched defs:WriteString16Vector (Results 1 – 9 of 9) sorted by relevance
205 bool WriteString16Vector(Parcel &parcel, rust::slice<const rust::string> val) in WriteString16Vector() function
692 bool Parcel::WriteString16Vector(const std::vector<std::u16string>& val) in WriteString16Vector() function in OHOS::Parcel
667 bool Parcel::WriteString16Vector(const std::vector<std::u16string>& val) in WriteString16Vector() function in OHOS::Parcel
669 bool Parcel::WriteString16Vector(const std::vector<std::u16string> &val) in WriteString16Vector() function in OHOS::Parcel
672 bool Parcel::WriteString16Vector(const std::vector<std::u16string>& val) in WriteString16Vector() function in OHOS::Parcel
609 bool Parcel::WriteString16Vector(const std::vector<std::u16string> &val) in WriteString16Vector() function in OHOS::Parcel
1429 bool Parcel::WriteString16Vector(const std::vector<std::u16string> &val) in WriteString16Vector() function in OHOS::Parcel
134 fn WriteString16Vector(parcel: Pin<&mut Parcel>, val: &[String]) -> bool; in WriteString16Vector() function