Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.h154 struct config_has_section { struct
164 extern struct config_has_section config_has_section; argument
Dmock_osi_config.cc45 struct config_has_section config_has_section; variable
99 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc157 TEST_F(ConfigTest, config_has_section) { in TEST_F() argument
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc133 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc95 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function