Home
last modified time | relevance | path

Searched refs:config_has_key (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc174 EXPECT_TRUE(config_has_key(*config, CONFIG_DEFAULT_SECTION, "first_key")); in TEST_F()
183 EXPECT_TRUE(config_has_key(*config, "DID", "recordNumber")); in TEST_F()
184 EXPECT_TRUE(config_has_key(*config, "DID", "primaryRecord")); in TEST_F()
185 EXPECT_TRUE(config_has_key(*config, "DID", "productId")); in TEST_F()
186 EXPECT_TRUE(config_has_key(*config, "DID", "version")); in TEST_F()
191 EXPECT_FALSE(config_has_key(*config, "DID_BAD", "primaryRecord")); in TEST_F()
192 EXPECT_FALSE(config_has_key(*config, "DID", "primaryRecord_BAD")); in TEST_F()
194 config_has_key(*config, CONFIG_DEFAULT_SECTION, "primaryRecord")); in TEST_F()
225 EXPECT_FALSE(config_has_key(*config, "DID", "productId")); in TEST_F()
237 EXPECT_FALSE(config_has_key(*config, "DID", "productId")); in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc47 struct config_has_key config_has_key; variable
104 bool config_has_key(const config_t& config, const std::string& section, in config_has_key() function
107 return test::mock::osi_config::config_has_key(config, section, key); in config_has_key()
Dmock_osi_config.h163 struct config_has_key { struct
174 extern struct config_has_key config_has_key; argument
/packages/modules/Bluetooth/system/osi/include/
Dconfig.h73 bool config_has_key(const config_t& config, const std::string& section,
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc148 bool config_has_key(const config_t& config, const std::string& section, in config_has_key() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc83 bool config_has_key(const config_t& config, const std::string& section, in config_has_key() function