Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dconfig_test.cpp138 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument
140 EXPECT_TRUE(config_remove_section(config, "DID")); in TEST_F()
148 EXPECT_FALSE(config_remove_section(config, "not a section")); in TEST_F()
/system/bt/osi/include/
Dconfig.h98 bool config_remove_section(config_t *config, const char *section);
/system/bt/btif/src/
Dbtif_config.c521 config_remove_section(conf, section); in btif_config_remove_unpaired()
573 config_remove_section(config, section); in btif_config_remove_restricted()
/system/bt/osi/src/
Dconfig.c232 bool config_remove_section(config_t *config, const char *section) { in config_remove_section() function