Home
last modified time | relevance | path

Searched refs:ReadUInt16Vector (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp251 bool ReadUInt16Vector(Parcel &parcel, rust::vec<uint16_t> &val) in ReadUInt16Vector() function
253 return ReadVector(parcel, val, &Parcel::ReadUInt16Vector); in ReadUInt16Vector()
/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dparcel_wrapper.h74 bool ReadUInt16Vector(Parcel &parcel, rust::vec<uint16_t> &val);
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h127 uint16_t *ReadUInt16Vector(IpcIo *io, size_t *size);
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp141 ReadAndWriteV(parcel, data, &Parcel::WriteUInt16Vector, &Parcel::ReadUInt16Vector); in ReadAndWrite()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp650 bool Parcel::ReadUInt16Vector(std::vector<uint16_t> *val) in ReadUInt16Vector() function in OHOS::Parcel
H A Dparcel.h708 bool ReadUInt16Vector(std::vector<uint16_t> *val);
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs142 fn ReadUInt16Vector(parcel: Pin<&mut Parcel>, v: &mut Vec<u16>) -> bool; in ReadUInt16Vector() functions
339 match ReadUInt16Vector(parcel, &mut v) { in read_process_vec()
/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c1269 uint16_t *ReadUInt16Vector(IpcIo *io, size_t *size) in ReadUInt16Vector() function
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_read.cpp1219 if (!napiSequence->nativeParcel_->ReadUInt16Vector(&uint16Vector)) { in JS_readUInt16ArrayBuffer()
/foundation/communication/ipc/ipc/test/serializer/
H A Dutils_serializer_test.cpp717 uint16Read = ReadUInt16Vector(&io, &readLen); in HWTEST_F()

Completed in 15 milliseconds