Searched refs:IsPersistentProperty (Results 1 – 2 of 2) sorted by relevance
81 virtual bool IsPersistentProperty(const std::string& property) const;
180 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