Searched refs:config_has_section (Results 1 – 5 of 5) sorted by relevance
93 TEST_F(ConfigTest, config_has_section) { in TEST_F() argument95 EXPECT_TRUE(config_has_section(config, "DID")); in TEST_F()140 EXPECT_FALSE(config_has_section(config, "DID")); in TEST_F()
57 bool config_has_section(const config_t* config, const char* section);
46 if (!config_has_section(config, section_name)) { in bte_load_did_conf()
209 if (!config_has_section(config, "Adapter")) { in btif_config_open()246 return config_has_section(config, section); in btif_config_has_section()
136 bool config_has_section(const config_t* config, const char* section) { in config_has_section() function