Home
last modified time | relevance | path

Searched refs:RemoveProperty (Results 1 – 7 of 7) sorted by relevance

/system/bt/main/shim/
Dconfig.cc150 bool BtifConfigInterface::RemoveProperty(const std::string& section, in RemoveProperty() function in bluetooth::shim::BtifConfigInterface
152 return GetStorage()->GetConfigCache()->RemoveProperty(section, property); in RemoveProperty()
Dconfig.h53 static bool RemoveProperty(const std::string& section,
/system/bt/gd/storage/
Dconfig_cache_test.cc185 ASSERT_TRUE(config.RemoveProperty("AA:BB:CC:DD:EE:FF", "B")); in TEST()
216 ASSERT_TRUE(config.RemoveProperty("CC:DD:EE:FF:00:11", "LinkKey")); in TEST()
272 config.RemoveProperty("CC:DD:EE:FF:00:11", "LinkKey"); in TEST()
299 config.RemoveProperty("CC:DD:EE:FF:00:11", "LinkKey"); in TEST()
Dconfig_cache.h102 virtual bool RemoveProperty(const std::string& section, const std::string& property);
Dconfig_cache.cc213 bool ConfigCache::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::storage::ConfigCache
313 RemoveProperty(entry.section, entry.property); in Commit()
Dstorage_module_test.cc259 storage->GetConfigCachePublic()->RemoveProperty("01:02:03:ab:cd:ea", "name"); in TEST_F()
/system/bt/btif/src/
Dbtif_config.cc637 return bluetooth::shim::BtifConfigInterface::RemoveProperty(section, key); in btif_config_remove()