Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dparcel_wrapper.cpp228 bool ReadBoolVector(Parcel &parcel, rust::vec<bool> &val) in ReadBoolVector() function
/foundation/multimedia/media_foundation/tests/unittest/avmemory_unittest/mock/
Dparcel.cpp657 bool Parcel::ReadBoolVector(std::vector<bool> *val) in ReadBoolVector() function in OHOS::Parcel
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp620 bool Parcel::ReadBoolVector(std::vector<bool> *val) in ReadBoolVector() function in OHOS::Parcel
/foundation/graphic/graphics_effect/src/platform/mock/
Dparcel.cpp620 bool Parcel::ReadBoolVector(std::vector<bool> *val) in ReadBoolVector() function in OHOS::Parcel
/foundation/communication/ipc/ipc/native/c/manager/src/
Dserializer.c1126 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