Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.h179 struct config_has_section { struct
189 extern struct config_has_section config_has_section; argument
Dmock_osi_config.cc48 struct config_has_section config_has_section; variable
109 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc167 TEST_F(ConfigTest, config_has_section) { in TEST_F() argument
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc144 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc88 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function