Searched refs:config_remove_key (Results 1 – 4 of 4) sorted by relevance
/system/bt/osi/test/ |
D | config_test.cc | 159 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument 162 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F() 169 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F()
|
/system/bt/osi/include/ |
D | config.h | 129 bool config_remove_key(config_t* config, const std::string& section,
|
/system/bt/osi/src/ |
D | config.cc | 216 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
|
/system/bt/btif/src/ |
D | btif_config.cc | 486 return config_remove_key(config.get(), section, key); in btif_config_remove()
|