Searched refs:config_remove_section (Results 1 – 6 of 6) sorted by relevance
53 struct config_remove_section config_remove_section; variable130 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function132 return test::mock::osi_config::config_remove_section(config, section); in config_remove_section()
244 struct config_remove_section { struct254 extern struct config_remove_section config_remove_section; argument
221 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument223 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()
128 bool config_remove_section(config_t* config, const std::string& section);
237 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function
97 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function