Home
last modified time | relevance | path

Searched refs:RemoveSectionWithProperty (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module.cc179 config->RemoveSectionWithProperty("Restricted"); in Start()
291 void StorageModule::RemoveSectionWithProperty(const std::string& property) { in RemoveSectionWithProperty() function in bluetooth::storage::StorageModule
293 return pimpl_->cache_.RemoveSectionWithProperty(property); in RemoveSectionWithProperty()
Dconfig_cache.h111 virtual void RemoveSectionWithProperty(const std::string& property);
Dstorage_module.h163 void RemoveSectionWithProperty(const std::string& property);
Dconfig_cache_test.cc257 config.RemoveSectionWithProperty("B"); in TEST()
279 config.RemoveSectionWithProperty("B"); in TEST()
Dstorage_module_test.cc98 return RemoveSectionWithProperty(property); in RemoveSectionWithPropertyPublic()
Dconfig_cache.cc326 void ConfigCache::RemoveSectionWithProperty(const std::string& property) { in RemoveSectionWithProperty() function in bluetooth::storage::ConfigCache