Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/doh/dispatcher/
Ddriver.rs34 config_cache: config::Cache, field
54 config_cache: config::Cache::new(), in new()
74 self.config_cache.garbage_collect(); in drive_once()
122 let config = self.config_cache.get(&key)?; in probe()
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.h40 static ConfigCacheHelper FromConfigCache(ConfigCache& config_cache) { in FromConfigCache() argument
41 return ConfigCacheHelper(config_cache); in FromConfigCache()
43 explicit ConfigCacheHelper(ConfigCache& config_cache) : config_cache_(config_cache) {} in ConfigCacheHelper() argument
DAndroid.bp14 "config_cache.cc",
DBUILD.gn19 "config_cache.cc",