Lines Matching refs:uri
27 #include "uri.h"
191 * @param uri Indicates the URI description.
194 DistributedWant& SetUri(const std::string& uri);
198 * @param uri Indicates the URI description.
201 DistributedWant& SetUri(const OHOS::Uri& uri);
205 * @param uri Indicates the URI description.
209 DistributedWant& SetUriAndType(const OHOS::Uri& uri, const std::string& type);
215 * @param uri Indicates the string of URI to format.
216 * @return Returns this DistributedWant object that contains the formatted uri attribute.
218 DistributedWant& FormatUri(const std::string& uri);
224 * @param uri Indicates the URI to format.
227 DistributedWant& FormatUri(const OHOS::Uri& uri);
748 OHOS::Uri GetLowerCaseScheme(const OHOS::Uri& uri);