Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dle_device.cc45 if (!config_->IsPersistentSection(section_)) { in IsPaired()
Dclassic_device.cc45 if (!config_->IsPersistentSection(section_)) { in IsPaired()
Dconfig_cache.h83 virtual bool IsPersistentSection(const std::string& section) const;
Dconfig_cache.cc562 bool ConfigCache::IsPersistentSection(const std::string& section) const { in IsPersistentSection() function in bluetooth::storage::ConfigCache