Searched refs:config_remove_key (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_config.cc | 49 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()
|
D | mock_osi_config.h | 214 struct config_remove_key { struct 225 extern struct config_remove_key config_remove_key; argument
|
/packages/modules/Bluetooth/system/osi/test/ |
D | config_test.cc | 229 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/ |
D | config.h | 134 bool config_remove_key(config_t* config, const std::string& section,
|
/packages/modules/Bluetooth/system/device/src/ |
D | device_iot_config.cc | 325 return config_remove_key(config.get(), section, key); in device_iot_config_remove()
|
D | interop.cc | 469 bool ret = config_remove_key(config_dynamic.get(), section, key); in interop_config_remove()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | config.cc | 244 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 | 100 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
|
/packages/modules/Bluetooth/system/device/test/ |
D | device_iot_config_test.cc | 2953 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()
|