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.cc147 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument
149 EXPECT_TRUE(config_remove_section(config.get(), "DID")); in TEST_F()
156 EXPECT_FALSE(config_remove_section(config.get(), "not a section")); in TEST_F()
/system/bt/osi/include/
Dconfig.h123 bool config_remove_section(config_t* config, const std::string& section);
/system/bt/osi/src/
Dconfig.cc206 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function