Searched defs:ReadUInt16Vector (Results 1 – 10 of 10) sorted by relevance
251 bool ReadUInt16Vector(Parcel &parcel, rust::vec<uint16_t> &val) in ReadUInt16Vector() function
735 bool Parcel::ReadUInt16Vector(std::vector<uint16_t>* val) in ReadUInt16Vector() function in OHOS::Parcel
710 bool Parcel::ReadUInt16Vector(std::vector<uint16_t>* val) in ReadUInt16Vector() function in OHOS::Parcel
712 bool Parcel::ReadUInt16Vector(std::vector<uint16_t> *val) in ReadUInt16Vector() function in OHOS::Parcel
715 bool Parcel::ReadUInt16Vector(std::vector<uint16_t>* val) in ReadUInt16Vector() function in OHOS::Parcel
650 bool Parcel::ReadUInt16Vector(std::vector<uint16_t> *val) in ReadUInt16Vector() function in OHOS::Parcel
1262 uint16_t *ReadUInt16Vector(IpcIo *io, size_t *size) in ReadUInt16Vector() function
1535 bool Parcel::ReadUInt16Vector(std::vector<uint16_t> *val) in ReadUInt16Vector() function in OHOS::Parcel
142 fn ReadUInt16Vector(parcel: Pin<&mut Parcel>, v: &mut Vec<u16>) -> bool; in ReadUInt16Vector() function