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.h165 struct config_has_section { struct
175 extern struct config_has_section config_has_section; argument
Dmock_osi_config.cc45 struct config_has_section config_has_section; variable
106 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.cc163 TEST_F(ConfigTest, config_has_section) { in TEST_F() argument
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc141 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc96 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function