Searched defs:uri (Results 1 – 10 of 10) sorted by relevance
38 OHOS::Uri::Uri uri("http://username:password@www.baidu.com:99/path/path?query#fagment"); variable52 …OHOS::Uri::Uri uri("http://username:password@[1080::8:800:200C:417A]:99/path/66path1?query#fagment… variable66 OHOS::Uri::Uri uri("http://username:password@[::]:88/path/path66?foooo#gaogao"); variable80 OHOS::Uri::Uri uri("http://username:password@[1:0:0:1:2:1:2:1]:99/path/66path1?query#fagment"); variable94 … OHOS::Uri::Uri uri("http://username:password@[::FFFF:129.144.52.38]:99/path/path?query#fagment"); variable108 OHOS::Uri::Uri uri("http://username:password@[::192.9.5.5]:99/path/path?query#fagment"); variable122 OHOS::Uri::Uri uri("http://username:password@[22::22:2:2%ss]:99/path/path?query#fagment"); variable136 OHOS::Uri::Uri uri("http://username:password@[fe80:0000:0001:0000:0440:44ff:1233:5678]" variable152 OHOS::Uri::Uri uri("http://username:password@[fe80::0001:0000]:99/path/path?query#fagment"); variable166 OHOS::Uri::Uri uri("http://username:password@www.baidu.com:99/path/path?query#fagment"); variable[all …]
229 let mut uri = UriBuilder::new() in ut_uri_format() localVariable240 let mut uri = Uri::from_bytes(b"http://example.com").unwrap(); in ut_uri_format() localVariable321 let uri = Uri::from_bytes(b"https://www.example.com:80").expect("Uri parse failed"); in ut_format_host_value() localVariable323 let uri = Uri::from_bytes(b"https://www.example.com:443").expect("Uri parse failed"); in ut_format_host_value() localVariable325 let uri = Uri::from_bytes(b"http://www.example.com:80").expect("Uri parse failed"); in ut_format_host_value() localVariable327 let uri = Uri::from_bytes(b"http://www.example.com:443").expect("Uri parse failed"); in ut_format_host_value() localVariable329 let uri = Uri::from_bytes(b"www.example.com:443").expect("Uri parse failed"); in ut_format_host_value() localVariable331 let uri = Uri::from_bytes(b"www.example.com:80").expect("Uri parse failed"); in ut_format_host_value() localVariable333 let uri = Uri::from_bytes(b"www.example.com").expect("Uri parse failed"); in ut_format_host_value() localVariable
156 let mut uri = match Uri::try_from(uri) { in new() localVariable280 let uri = Uri::from_bytes(b"http://www.example2.com").unwrap(); in ut_via_proxy() localVariable298 let uri = Uri::from_bytes(b"http://www.example.com").unwrap(); in ut_proxies() localVariable305 let uri = Uri::from_bytes(b"https://www.example.com").unwrap(); in ut_proxies() localVariable318 let uri = Uri::from_bytes(b"http://www.bbb.com").unwrap(); in ut_proxies() localVariable324 let uri = Uri::from_bytes(b"http://no_proxy.aaa.com").unwrap(); in ut_proxies() localVariable332 let uri = Uri::from_bytes(b"http://no_proxy.aaa.com").unwrap(); in ut_proxies() localVariable340 let uri = Uri::from_bytes(b"http://127.0.0.1:80").unwrap(); in ut_proxies() localVariable
71 let uri = Uri::from_bytes(b"http://example1.com:80/foo?a=1").unwrap(); in ut_pool_get() localVariable
47 let uri = Uri::from_bytes(b"http://127.0.0.1").unwrap(); in ut_connector_config_default() localVariable
600 let uri = Uri::from_bytes(b"http://127.0.0.1:3456").unwrap(); in ut_proxy_clone() localVariable613 let uri = Uri::from_bytes(b"https://127.0.0.1:3456").unwrap(); in ut_proxy_https() localVariable
1250 let uri = UriBuilder::new() localVariable1340 let uri = Uri::builder() in build_from_instance() localVariable1365 let uri = Uri::from_bytes("http://hyper.rs:80/foo?a=1".as_bytes()).unwrap(); in build_from_str() localVariable1625 let uri = Uri::from_bytes(b"http://example.com:8080/foo?a=1").unwrap(); in ut_uri_authority() localVariable1638 let uri = Uri::from_bytes(b"http://example.com:8080/foo?a=1").unwrap(); in ut_uri_path_and_query() localVariable1641 let uri = Uri::from_bytes(b"http://example.com:8080").unwrap(); in ut_uri_path_and_query() localVariable1652 let uri = Uri::from_bytes(b"http://example.com:8080/foo?a=1{WEBO_TEST}").unwrap(); in ut_uri_json_query() localVariable
56 pub mod uri; module296 pub fn uri(&self) -> &Uri { in uri() method672 pub uri: Uri, field
52 int GetFullPath(const char* uri, char* fullPath, int len) in GetFullPath()213 char* uri = JSI::GetStringProperty(args, FILE_URI); in ExecuteGetFileList() local
461 let mut uri = self.origin.as_slice(); in encode() localVariable