Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config_cache.h34 std::vector<std::string> GetPersistentSectionNames();
/system/bt/btif/src/
Dbtif_config.cc619 names = btif_config_cache.GetPersistentSectionNames(); in btif_config_get_paired_devices()
747 auto devices = btif_config_cache.GetPersistentSectionNames(); in btif_debug_config_dump()
Dbtif_config_cache.cc151 std::vector<std::string> BtifConfigCache::GetPersistentSectionNames() { in GetPersistentSectionNames() function in BtifConfigCache
/system/bt/btif/test/
Dbtif_config_cache_test.cc487 test_btif_config_cache.GetPersistentSectionNames()) { in TEST()