Home
last modified time | relevance | path

Searched defs:ReadBoolVector (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dparcel_wrapper.cpp227 bool ReadBoolVector(Parcel &parcel, rust::vec<bool> &val) in ReadBoolVector() function
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp620 bool Parcel::ReadBoolVector(std::vector<bool> *val) in ReadBoolVector() function in OHOS::Parcel
/foundation/communication/ipc/ipc/native/c/manager/src/
Dserializer.c1124 bool *ReadBoolVector(IpcIo *io, size_t *size) in ReadBoolVector() function
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dwrapper.rs136 fn ReadBoolVector(parcel: Pin<&mut Parcel>, v: &mut Vec<bool>) -> bool; in ReadBoolVector() function