Home
last modified time | relevance | path

Searched refs:config_has_section (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
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
108 return test::mock::osi_config::config_has_section(config, section); in config_has_section()
Dmock_osi_config.h165 struct config_has_section { struct
175 extern struct config_has_section config_has_section; argument
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc163 TEST_F(ConfigTest, config_has_section) { in TEST_F() argument
165 EXPECT_TRUE(config_has_section(*config, "DID")); in TEST_F()
220 EXPECT_FALSE(config_has_section(*config, "DID")); in TEST_F()
/packages/modules/Bluetooth/system/main/
Dbte_conf.cc50 if (!config_has_section(*config, section_name)) { in bte_load_did_conf()
/packages/modules/Bluetooth/system/osi/include/
Dconfig.h69 bool config_has_section(const config_t& config, const std::string& section);
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc59 return config_has_section(*config, section); in device_iot_config_has_section()
/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
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc966 test::mock::osi_config::config_has_section.body = in TEST_F_WITH_FLAGS()
991 test::mock::osi_config::config_has_section.body = {}; in TEST_F_WITH_FLAGS()