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