Home
last modified time | relevance | path

Searched refs:config_remove_section (Results 1 – 3 of 3) sorted by relevance

/system/bt/osi/test/
Dconfig_test.cc146 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument
148 EXPECT_TRUE(config_remove_section(config.get(), "DID")); in TEST_F()
155 EXPECT_FALSE(config_remove_section(config.get(), "not a section")); in TEST_F()
/system/bt/osi/include/
Dconfig.h120 bool config_remove_section(config_t* config, const std::string& section);
/system/bt/osi/src/
Dconfig.cc193 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function