Searched refs:RemoveSection (Results 1 – 6 of 6) sorted by relevance
33 void RemoveSection(std::vector<DirToSection>& dir_to_section, in RemoveSection() function102 RemoveSection(dirToSection, "product"); in CreateBaseConfiguration()103 RemoveSection(dirToSection, "vendor"); in CreateBaseConfiguration()
89 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()
101 virtual bool RemoveSection(const std::string& section);
51 config.RemoveSection("AA:BB:CC:DD:EE:FF"); in TEST()
202 bool ConfigCache::RemoveSection(const std::string& section) { in RemoveSection() function in bluetooth::storage::ConfigCache316 RemoveSection(entry.section); in Commit()
266 storage->GetConfigCachePublic()->RemoveSection("01:02:03:ab:cd:ea"); in TEST_F()