Home
last modified time | relevance | path

Searched refs:doh_net_new (Results 1 – 4 of 4) sorted by relevance

/packages/modules/DnsResolver/
Ddoh.h93 int32_t doh_net_new(DohDispatcher* doh, uint32_t net_id, const char* url, const char* domain,
DPrivateDnsConfiguration.cpp639 return doh_net_new(mDohDispatcher, netId, dohId.httpsTemplate.c_str(), dohId.host.c_str(), in setDoh()
/packages/modules/DnsResolver/tests/
Ddoh_ffi_test.cpp111 EXPECT_EQ(doh_net_new(doh, dnsNetId, "https://dns.google/dns-query", /* domain */ "", server_ip, in TEST_F()
/packages/modules/DnsResolver/doh/
Dffi.rs193 pub unsafe extern "C" fn doh_net_new( in doh_net_new() function