Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/base/
H A Durl_util_unittest.cc202 TEST(UrlUtilTest, GetValueForKeyInQuery) { in TEST() argument
208 EXPECT_FALSE(GetValueForKeyInQuery(url, "non-exist", &value)); in TEST()
211 EXPECT_TRUE(GetValueForKeyInQuery(url, "name", &value)); in TEST()
214 EXPECT_TRUE(GetValueForKeyInQuery(url, "boolParam", &value)); in TEST()
217 EXPECT_TRUE(GetValueForKeyInQuery(url, "url", &value)); in TEST()
226 EXPECT_FALSE(GetValueForKeyInQuery(url, "test", &value)); in TEST()
H A Durl_util.h112 NET_EXPORT bool GetValueForKeyInQuery(const GURL& url,
H A Durl_util.cc183 bool GetValueForKeyInQuery(const GURL& url, in GetValueForKeyInQuery() function
/aosp_15_r20/external/cronet/net/test/url_request/
H A 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()
H A Durl_request_failed_job.cc53 if (GetValueForKeyInQuery(request->url(), kFailurePhase[i], in MaybeInterceptRequest()
/aosp_15_r20/external/cronet/net/test/
H A Dtest_doh_server.cc167 if (!GetValueForKeyInQuery(request_url, "dns", &query_b64) || in HandleRequest()
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_end_to_end_test.cc486 EXPECT_TRUE(GetValueForKeyInQuery(url, "proxy", &proxy)); in ProxyPacHandler()
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_transaction_unittest.cc475 EXPECT_TRUE(GetValueForKeyInQuery(request->url(), "dns", &encoded_query)); in MatchQueryData()