Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dconfig_cache.h105 virtual void RemoveSectionWithProperty(const std::string& property);
Dconfig_cache_test.cc252 config.RemoveSectionWithProperty("B"); in TEST()
274 config.RemoveSectionWithProperty("B"); in TEST()
Dstorage_module.cc166 config->RemoveSectionWithProperty("Restricted"); in Start()
Dconfig_cache.cc266 void ConfigCache::RemoveSectionWithProperty(const std::string& property) { in RemoveSectionWithProperty() function in bluetooth::storage::ConfigCache