Searched refs:RemoveProperty (Results 1 – 7 of 7) sorted by relevance
/system/bt/main/shim/ |
D | config.cc | 150 bool BtifConfigInterface::RemoveProperty(const std::string& section, in RemoveProperty() function in bluetooth::shim::BtifConfigInterface 152 return GetStorage()->GetConfigCache()->RemoveProperty(section, property); in RemoveProperty()
|
D | config.h | 53 static bool RemoveProperty(const std::string& section,
|
/system/bt/gd/storage/ |
D | config_cache_test.cc | 185 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()
|
D | config_cache.h | 102 virtual bool RemoveProperty(const std::string& section, const std::string& property);
|
D | config_cache.cc | 213 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()
|
D | storage_module_test.cc | 259 storage->GetConfigCachePublic()->RemoveProperty("01:02:03:ab:cd:ea", "name"); in TEST_F()
|
/system/bt/btif/src/ |
D | btif_config.cc | 637 return bluetooth::shim::BtifConfigInterface::RemoveProperty(section, key); in btif_config_remove()
|