Searched refs:config_remove_key (Results 1 – 4 of 4) sorted by relevance
/system/bt/osi/test/ |
D | config_test.cpp | 152 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument 155 EXPECT_TRUE(config_remove_key(config, "DID", "productId")); in TEST_F() 163 EXPECT_TRUE(config_remove_key(config, "DID", "productId")); in TEST_F()
|
/system/bt/osi/include/ |
D | config.h | 103 bool config_remove_key(config_t *config, const char *section, const char *key);
|
/system/bt/btif/src/ |
D | btif_config.c | 437 bool ret = config_remove_key(config, section, key); in btif_config_remove()
|
/system/bt/osi/src/ |
D | config.c | 243 bool config_remove_key(config_t *config, const char *section, const char *key) { in config_remove_key() function
|