Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc53 struct config_remove_section config_remove_section; variable
130 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function
132 return test::mock::osi_config::config_remove_section(config, section); in config_remove_section()
Dmock_osi_config.h244 struct config_remove_section { struct
254 extern struct config_remove_section config_remove_section; argument
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc221 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument
223 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()
/packages/modules/Bluetooth/system/osi/include/
Dconfig.h128 bool config_remove_section(config_t* config, const std::string& section);
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc237 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc97 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function