Home
last modified time | relevance | path

Searched defs:config_remove_section (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.h213 struct config_remove_section { struct
221 extern struct config_remove_section config_remove_section; argument
Dmock_osi_config.cc50 struct config_remove_section config_remove_section; variable
119 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc205 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc235 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc103 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function