Home
last modified time | relevance | path

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

/system/linkerconfig/contents/configuration/
Dbaseconfig.cc33 void RemoveSection(std::vector<DirToSection>& dir_to_section, in RemoveSection() function
102 RemoveSection(dirToSection, "product"); in CreateBaseConfiguration()
103 RemoveSection(dirToSection, "vendor"); in CreateBaseConfiguration()
/system/bt/gd/storage/
Dconfig_cache_test.cc89 config_2.RemoveSection("CC:DD:EE:FF:00:11"); in TEST()
169 ASSERT_TRUE(config.RemoveSection("AA:BB:CC:DD:EE:FF")); in TEST()
170 ASSERT_TRUE(config.RemoveSection("A")); in TEST()
200 ASSERT_TRUE(config.RemoveSection("AA:BB:CC:DD:EE:FF")); in TEST()
Dconfig_cache.h101 virtual bool RemoveSection(const std::string& section);
Dlegacy_config_file_test.cc51 config.RemoveSection("AA:BB:CC:DD:EE:FF"); in TEST()
Dconfig_cache.cc202 bool ConfigCache::RemoveSection(const std::string& section) { in RemoveSection() function in bluetooth::storage::ConfigCache
316 RemoveSection(entry.section); in Commit()
Dstorage_module_test.cc266 storage->GetConfigCachePublic()->RemoveSection("01:02:03:ab:cd:ea"); in TEST_F()