Home
last modified time | relevance | path

Searched refs:persistent_property_names (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/storage/
Dconfig_cache.h54 …Cache(size_t temp_device_capacity, std::unordered_set<std::string_view> persistent_property_names);
Dconfig_cache.cc51 …gCache(size_t temp_device_capacity, std::unordered_set<std::string_view> persistent_property_names) in ConfigCache() argument
52 : persistent_property_names_(std::move(persistent_property_names)), in ConfigCache()