Home
last modified time | relevance | path

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

/system/bt/btif/test/
Dbtif_config_cache_test.cc328 test_btif_config_cache.RemoveKey(kBtAddr1, "LinkKey"); in TEST()
386 test_btif_config_cache.RemoveKey(kBtAddr1, "LinkKey"); in TEST()
395 test_btif_config_cache.RemoveKey(kBtAddr2, "LE_KEY_PENC"); in TEST()
403 test_btif_config_cache.RemoveKey(kBtAddr3, "LE_KEY_PID"); in TEST()
412 test_btif_config_cache.RemoveKey(kBtAddr4, "LE_KEY_PCSRK"); in TEST()
419 test_btif_config_cache.RemoveKey(kBtAddr5, "LE_KEY_LENC"); in TEST()
/system/bt/btif/include/
Dbtif_config_cache.h40 bool RemoveKey(const std::string& section_name, const std::string& key);
/system/bt/btif/src/
Dbtif_config_cache.cc116 bool BtifConfigCache::RemoveKey(const std::string& section_name, in RemoveKey() function in BtifConfigCache
Dbtif_config.cc644 return btif_config_cache.RemoveKey(section, key); in btif_config_remove()