Searched defs:WriteStringVector (Results 1 – 11 of 11) sorted by relevance
80 bool Parcel::WriteStringVector(const std::vector<std::string> &value) in WriteStringVector() function in OHOS::FileManagement::CloudSync::Parcel
228 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
206 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
316 bool Parcel::WriteStringVector(const std::vector<std::string>& val) in WriteStringVector() function in OHOS::Parcel
197 bool WriteStringVector(Parcel &parcel, rust::slice<const rust::string> val) in WriteStringVector() function
691 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector() function in OHOS::AppExecFwk::AppControlProxy
539 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector() function in OHOS::AppExecFwk::AppControlHost
639 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
604 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
133 fn WriteStringVector(parcel: Pin<&mut Parcel>, val: &[String]) -> bool; in WriteStringVector() function