Searched refs:WriteBoolVector (Results 1 – 4 of 4) sorted by relevance
718 bool WriteBoolVector(const std::vector<bool> &val);
107 | bool | **WriteBoolVector**(const std::vector< bool >& val) |
515 bool result = parcel.WriteBoolVector(val1);1345 bool result = parcel.WriteBoolVector(data.booltest); in WriteVectorTestData()1560 return parcel.WriteBoolVector(vectorTest); in CallWriteVector()
1165 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel