Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc52 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()
Dmock_osi_config.h228 struct config_remove_key { struct
239 extern struct config_remove_key config_remove_key; argument
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc233 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/
Dconfig.h134 bool config_remove_key(config_t* config, const std::string& section,
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc247 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc92 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function