Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc49 struct config_remove_key config_remove_key; variable
122 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
125 return test::mock::osi_config::config_remove_key(config, section, key); in config_remove_key()
Dmock_osi_config.h214 struct config_remove_key { struct
225 extern struct config_remove_key config_remove_key; argument
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc229 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument
232 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F()
239 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/device/src/
Ddevice_iot_config.cc325 return config_remove_key(config.get(), section, key); in device_iot_config_remove()
Dinterop.cc469 bool ret = config_remove_key(config_dynamic.get(), section, key); in interop_config_remove()
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc244 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc100 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc2953 test::mock::osi_config::config_remove_key.body = in TEST_F_WITH_FLAGS()
2987 test::mock::osi_config::config_remove_key.body = {}; in TEST_F_WITH_FLAGS()