Searched refs:config_remove_section (Results 1 – 7 of 7) sorted by relevance
50 struct config_remove_section config_remove_section; variable127 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function129 return test::mock::osi_config::config_remove_section(config, section); in config_remove_section()
230 struct config_remove_section { struct240 extern struct config_remove_section config_remove_section; argument
217 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument219 EXPECT_TRUE(config_remove_section(config.get(), "DID")); in TEST_F()226 EXPECT_FALSE(config_remove_section(config.get(), "not a section")); in TEST_F()
128 bool config_remove_section(config_t* config, const std::string& section);
234 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function
105 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function
480 bool ret = config_remove_section(config_dynamic.get(), section); in interop_config_remove_section()