Searched defs:WriteBoolVector (Results 1 – 11 of 11) sorted by relevance
295 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
149 bool WriteBoolVector(Parcel &parcel, rust::slice<const bool> val) in WriteBoolVector() function
632 bool Parcel::WriteBoolVector(const std::vector<bool>& val) in WriteBoolVector() function in OHOS::Parcel
607 bool Parcel::WriteBoolVector(const std::vector<bool>& val) in WriteBoolVector() function in OHOS::Parcel
609 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
612 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
1369 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
122 fn WriteBoolVector(parcel: Pin<&mut Parcel>, val: &[bool]) -> bool; in WriteBoolVector() function