Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dconfig_test.cc233 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument
236 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F()
243 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F()
/system/bt/osi/include/
Dconfig.h134 bool config_remove_key(config_t* config, const std::string& section,
/system/bt/osi/src/
Dconfig.cc246 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function