Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dconfig_test.cc159 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/
Dconfig.h129 bool config_remove_key(config_t* config, const std::string& section,
/system/bt/osi/src/
Dconfig.cc216 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
/system/bt/btif/src/
Dbtif_config.cc486 return config_remove_key(config.get(), section, key); in btif_config_remove()