Searched defs:WriteStringVector (Results 1 – 7 of 7) sorted by relevance
140 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
229 bool Parcel::WriteStringVector(const std::vector<std::string>& val) in WriteStringVector() function in OHOS::Parcel
196 bool WriteStringVector(Parcel &parcel, rust::slice<const rust::string> val) in WriteStringVector() function
486 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector() function in OHOS::AppExecFwk::AppControlHost
651 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector() function in OHOS::AppExecFwk::AppControlProxy
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