Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_config_cache.h41 void RemovePersistentSectionsWithKey(const std::string& key);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config_cache.cc110 void BtifConfigCache::RemovePersistentSectionsWithKey(const std::string& key) { in RemovePersistentSectionsWithKey() function in BtifConfigCache
/packages/modules/Bluetooth/system/btif/test/
Dbtif_config_cache_test.cc454 test_btif_config_cache.RemovePersistentSectionsWithKey("Restricted"); in TEST()