Home
last modified time | relevance | path

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

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