Searched defs:ReadUInt8Vector (Results 1 – 10 of 10) sorted by relevance
247 bool ReadUInt8Vector(Parcel &parcel, rust::vec<uint8_t> &val) in ReadUInt8Vector() function
730 bool Parcel::ReadUInt8Vector(std::vector<uint8_t>* val) in ReadUInt8Vector() function in OHOS::Parcel
705 bool Parcel::ReadUInt8Vector(std::vector<uint8_t>* val) in ReadUInt8Vector() function in OHOS::Parcel
707 bool Parcel::ReadUInt8Vector(std::vector<uint8_t> *val) in ReadUInt8Vector() function in OHOS::Parcel
710 bool Parcel::ReadUInt8Vector(std::vector<uint8_t>* val) in ReadUInt8Vector() function in OHOS::Parcel
645 bool Parcel::ReadUInt8Vector(std::vector<uint8_t> *val) in ReadUInt8Vector() function in OHOS::Parcel
1242 uint8_t *ReadUInt8Vector(IpcIo *io, size_t *size) in ReadUInt8Vector() function
1530 bool Parcel::ReadUInt8Vector(std::vector<uint8_t> *val) in ReadUInt8Vector() function in OHOS::Parcel
141 fn ReadUInt8Vector(parcel: Pin<&mut Parcel>, v: &mut Vec<u8>) -> bool; in ReadUInt8Vector() function