Searched refs:GetValueForKeyInQuery (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cronet/net/base/ |
H A D | url_util_unittest.cc | 202 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 D | url_util.h | 112 NET_EXPORT bool GetValueForKeyInQuery(const GURL& url,
|
H A D | url_util.cc | 183 bool GetValueForKeyInQuery(const GURL& url, in GetValueForKeyInQuery() function
|
/aosp_15_r20/external/cronet/net/test/url_request/ |
H A D | url_request_mock_data_job.cc | 33 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 D | url_request_failed_job.cc | 53 if (GetValueForKeyInQuery(request->url(), kFailurePhase[i], in MaybeInterceptRequest()
|
/aosp_15_r20/external/cronet/net/test/ |
H A D | test_doh_server.cc | 167 if (!GetValueForKeyInQuery(request_url, "dns", &query_b64) || in HandleRequest()
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_end_to_end_test.cc | 486 EXPECT_TRUE(GetValueForKeyInQuery(url, "proxy", &proxy)); in ProxyPacHandler()
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | dns_transaction_unittest.cc | 475 EXPECT_TRUE(GetValueForKeyInQuery(request->url(), "dns", &encoded_query)); in MatchQueryData()
|