Searched refs:config_has_section (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_config.cc | 45 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()
|
D | mock_osi_config.h | 165 struct config_has_section { struct 175 extern struct config_has_section config_has_section; argument
|
/packages/modules/Bluetooth/system/osi/test/ |
D | config_test.cc | 163 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/ |
D | bte_conf.cc | 50 if (!config_has_section(*config, section_name)) { in bte_load_did_conf()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | config.h | 69 bool config_has_section(const config_t& config, const std::string& section);
|
/packages/modules/Bluetooth/system/device/src/ |
D | device_iot_config.cc | 59 return config_has_section(*config, section); in device_iot_config_has_section()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | config.cc | 141 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 96 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section() function
|
/packages/modules/Bluetooth/system/device/test/ |
D | device_iot_config_test.cc | 966 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()
|