Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dle_device.cc49 if (!config_->IsPersistentSection(section_)) { in IsPaired()
Dclassic_device.cc48 if (!config_->IsPersistentSection(section_)) { in IsPaired()
Dconfig_cache.h76 virtual bool IsPersistentSection(const std::string& section) const;
Dconfig_cache.cc453 bool ConfigCache::IsPersistentSection(const std::string& section) const { in IsPersistentSection() function in bluetooth::storage::ConfigCache