Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc199 if (section_iter == persistent_devices_.end() && IsPersistentProperty(property)) { in SetProperty()
262 } else if (value && IsPersistentProperty(property)) { in RemoveProperty()
322 bool ConfigCache::IsPersistentProperty(const std::string& property) const { in IsPersistentProperty() function in bluetooth::storage::ConfigCache
Dconfig_cache.h84 virtual bool IsPersistentProperty(const std::string& property) const;