Home
last modified time | relevance | path

Searched refs:GetValueForKeyInQuery (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/base/
Durl_util_unittest.cc200 TEST(UrlUtilTest, GetValueForKeyInQuery) { in TEST() argument
206 EXPECT_FALSE(GetValueForKeyInQuery(url, "non-exist", &value)); in TEST()
209 EXPECT_TRUE(GetValueForKeyInQuery(url, "name", &value)); in TEST()
212 EXPECT_TRUE(GetValueForKeyInQuery(url, "boolParam", &value)); in TEST()
215 EXPECT_TRUE(GetValueForKeyInQuery(url, "url", &value)); in TEST()
224 EXPECT_FALSE(GetValueForKeyInQuery(url, "test", &value)); in TEST()
Durl_util.h112 NET_EXPORT bool GetValueForKeyInQuery(const GURL& url,
Durl_util.cc184 bool GetValueForKeyInQuery(const GURL& url, in GetValueForKeyInQuery() function
/external/cronet/net/test/url_request/
Durl_request_mock_data_job.cc33 if (!GetValueForKeyInQuery(request.url(), "data", &value)) in GetDataFromRequest()
42 if (!GetValueForKeyInQuery(request.url(), "repeat", &value)) in GetRepeatCountFromRequest()
57 return GetValueForKeyInQuery(request.url(), "requestcert", &ignored_value); in GetRequestClientCertificate()
Durl_request_failed_job.cc53 if (GetValueForKeyInQuery(request->url(), kFailurePhase[i], in MaybeInterceptRequest()
/external/cronet/net/test/
Dtest_doh_server.cc157 if (!GetValueForKeyInQuery(request_url, "dns", &query_b64) || in HandleRequest()
/external/cronet/net/websockets/
Dwebsocket_end_to_end_test.cc449 EXPECT_TRUE(GetValueForKeyInQuery(url, "proxy", &proxy)); in ProxyPacHandler()
/external/cronet/net/dns/
Ddns_transaction_unittest.cc472 EXPECT_TRUE(GetValueForKeyInQuery(request->url(), "dns", &encoded_query)); in MatchQueryData()