Searched refs:config_remove_section (Results 1 – 4 of 4) sorted by relevance
138 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument140 EXPECT_TRUE(config_remove_section(config, "DID")); in TEST_F()148 EXPECT_FALSE(config_remove_section(config, "not a section")); in TEST_F()
98 bool config_remove_section(config_t *config, const char *section);
521 config_remove_section(conf, section); in btif_config_remove_unpaired()573 config_remove_section(config, section); in btif_config_remove_restricted()
232 bool config_remove_section(config_t *config, const char *section) { in config_remove_section() function