Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config_cache.h41 void RemovePersistentSectionsWithKey(const std::string& key);
/system/bt/btif/src/
Dbtif_config_cache.cc104 void BtifConfigCache::RemovePersistentSectionsWithKey(const std::string& key) { in RemovePersistentSectionsWithKey() function in BtifConfigCache
Dbtif_config.cc305 btif_config_cache.RemovePersistentSectionsWithKey("Restricted"); in init()
/system/bt/btif/test/
Dbtif_config_cache_test.cc452 test_btif_config_cache.RemovePersistentSectionsWithKey("Restricted"); in TEST()