Home
last modified time | relevance | path

Searched defs:config_cache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.h41 static ConfigCacheHelper FromConfigCache(ConfigCache& config_cache) { in FromConfigCache()
44 explicit ConfigCacheHelper(ConfigCache& config_cache) : config_cache_(config_cache) {} in ConfigCacheHelper()
/aosp_15_r20/packages/modules/DnsResolver/doh/dispatcher/
Ddriver.rs34 config_cache: config::Cache, field
/aosp_15_r20/external/cronet/components/cronet/
H A Durl_request_context_config.cc785 std::string config_cache; in ConfigureURLRequestContextBuilder() local