Searched defs:WriteBoolVector (Results 1 – 7 of 7) sorted by relevance
298 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
150 bool WriteBoolVector(Parcel &parcel, rust::slice<const bool> val) in WriteBoolVector() function
584 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
549 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
805 bool WriteBoolVector(IpcIo *io, const bool *val, size_t size) in WriteBoolVector() function
122 fn WriteBoolVector(parcel: Pin<&mut Parcel>, val: &[bool]) -> bool; in WriteBoolVector() function