Lines Matching defs:Uri
27 namespace OHOS::Uri {
41 class Uri {
48 explicit Uri(const std::string input);
51 * The destructor of the Uri.
53 virtual ~Uri() {}
60 bool Equals(const Uri other) const;
93 * Add key and value to Uri's query
98 * Add pathSegment to Uri's segment
158 * Clear Uri's query
189 } // namespace OHOS::Uri