Searched refs:config_has_key (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/osi/test/ |
D | config_test.cc | 174 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/ |
D | mock_osi_config.cc | 47 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()
|
D | mock_osi_config.h | 163 struct config_has_key { struct 174 extern struct config_has_key config_has_key; argument
|
/packages/modules/Bluetooth/system/osi/include/ |
D | config.h | 73 bool config_has_key(const config_t& config, const std::string& section,
|
/packages/modules/Bluetooth/system/osi/src/ |
D | config.cc | 148 bool config_has_key(const config_t& config, const std::string& section, in config_has_key() function
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 83 bool config_has_key(const config_t& config, const std::string& section, in config_has_key() function
|