Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.h199 struct config_remove_key { struct
208 extern struct config_remove_key config_remove_key; argument
Dmock_osi_config.cc49 struct config_remove_key config_remove_key; variable
115 bool config_remove_key(config_t* config, const std::string& section, const std::string& key) { in config_remove_key() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc217 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc247 bool config_remove_key(config_t* config, const std::string& section, const std::string& key) { in config_remove_key() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc99 bool config_remove_key(config_t* config, const std::string& section, const std::string& key) { in config_remove_key() function