Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/dns/
H A Ddns_config_service_win_unittest.cc208 WinDnsSystemSettings::DevolutionSetting tcpip_devolution; in TEST() member
386 settings.tcpip_devolution = t.input_settings.tcpip_devolution; in TEST()
H A Ddns_config_service_win.cc281 devolution.enabled = settings.tcpip_devolution.enabled; in ConfigureSuffixSearch()
290 devolution.level = settings.tcpip_devolution.level; in ConfigureSuffixSearch()
/aosp_15_r20/external/cronet/net/dns/public/
H A Dwin_dns_system_settings.h70 DevolutionSetting tcpip_devolution; member
H A Dwin_dns_system_settings.cc282 settings.tcpip_devolution = devolution_setting; in ReadWinSystemDnsSettings()