Home
last modified time | relevance | path

Searched defs:server_template (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/public/
H A Ddns_over_https_server_config.cc47 bool IsValidDohTemplate(const std::string& server_template, bool* use_post) { in IsValidDohTemplate()
81 DnsOverHttpsServerConfig::DnsOverHttpsServerConfig(std::string server_template, in DnsOverHttpsServerConfig()
123 const std::string& DnsOverHttpsServerConfig::server_template() const { in server_template() function in net::DnsOverHttpsServerConfig
168 std::string* server_template = value.FindString(kJsonKeyTemplate); in FromValue() local
H A Ddoh_provider_entry.cc33 std::string server_template, in ParseValidDohTemplate()
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_util.cc72 std::string GetURLFromTemplateWithoutParameters(const string& server_template) { in GetURLFromTemplateWithoutParameters()
H A Ddns_transaction.cc396 const string& server_template, in DnsHTTPAttempt()