Searched refs:RemoveSectionWithProperty (Results 1 – 6 of 6) sorted by relevance
179 config->RemoveSectionWithProperty("Restricted"); in Start()291 void StorageModule::RemoveSectionWithProperty(const std::string& property) { in RemoveSectionWithProperty() function in bluetooth::storage::StorageModule293 return pimpl_->cache_.RemoveSectionWithProperty(property); in RemoveSectionWithProperty()
111 virtual void RemoveSectionWithProperty(const std::string& property);
163 void RemoveSectionWithProperty(const std::string& property);
257 config.RemoveSectionWithProperty("B"); in TEST()279 config.RemoveSectionWithProperty("B"); in TEST()
98 return RemoveSectionWithProperty(property); in RemoveSectionWithPropertyPublic()
326 void ConfigCache::RemoveSectionWithProperty(const std::string& property) { in RemoveSectionWithProperty() function in bluetooth::storage::ConfigCache