HomeSort by relevance Sort by last modified time
    Searched refs:config_remove_key (Results 1 - 4 of 4) sorted by null

  /system/bt/osi/include/
config.h 115 bool config_remove_key(config_t* config, const char* section, const char* key);
  /system/bt/osi/test/
config_test.cc 151 TEST_F(ConfigTest, config_remove_key) {
154 EXPECT_TRUE(config_remove_key(config, "DID", "productId"));
162 EXPECT_TRUE(config_remove_key(config, "DID", "productId"));
  /system/bt/btif/src/
btif_config.cc 408 return config_remove_key(config, section, key);
  /system/bt/osi/src/
config.cc 244 bool config_remove_key(config_t* config, const char* section, const char* key) { function

Completed in 53 milliseconds