Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dconfig_cache.h81 virtual bool IsPersistentProperty(const std::string& property) const;
Dconfig_cache.cc180 if (section_iter == persistent_devices_.end() && IsPersistentProperty(property)) { in SetProperty()
235 } else if (value && IsPersistentProperty(property)) { in RemoveProperty()
262 bool ConfigCache::IsPersistentProperty(const std::string& property) const { in IsPersistentProperty() function in bluetooth::storage::ConfigCache