Home
last modified time | relevance | path

Searched defs:config_remove_key (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.h228 struct config_remove_key { struct
239 extern struct config_remove_key config_remove_key; argument
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
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc233 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument
/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