Searched refs:config_remove_key (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_config.cc | 52 struct config_remove_key config_remove_key; variable 125 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function 128 return test::mock::osi_config::config_remove_key(config, section, key); in config_remove_key()
|
D | mock_osi_config.h | 228 struct config_remove_key { struct 239 extern struct config_remove_key config_remove_key; argument
|
/packages/modules/Bluetooth/system/osi/test/ |
D | config_test.cc | 233 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument 236 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F() 243 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | config.h | 134 bool config_remove_key(config_t* config, const std::string& section,
|
/packages/modules/Bluetooth/system/osi/src/ |
D | config.cc | 247 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 92 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
|