Searched refs:doh_net_new (Results 1 – 4 of 4) sorted by relevance
/packages/modules/DnsResolver/ |
D | doh.h | 93 int32_t doh_net_new(DohDispatcher* doh, uint32_t net_id, const char* url, const char* domain,
|
D | PrivateDnsConfiguration.cpp | 639 return doh_net_new(mDohDispatcher, netId, dohId.httpsTemplate.c_str(), dohId.host.c_str(), in setDoh()
|
/packages/modules/DnsResolver/tests/ |
D | doh_ffi_test.cpp | 111 EXPECT_EQ(doh_net_new(doh, dnsNetId, "https://dns.google/dns-query", /* domain */ "", server_ip, in TEST_F()
|
/packages/modules/DnsResolver/doh/ |
D | ffi.rs | 193 pub unsafe extern "C" fn doh_net_new( in doh_net_new() function
|