Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config_cache.h34 const std::list<section_t>& GetPersistentSections();
/system/bt/btif/src/
Dbtif_config.cc588 return btif_config_cache.GetPersistentSections(); in btif_config_sections()
680 btif_config_cache.GetPersistentSections().size()); in btif_debug_config_dump()
Dbtif_config_cache.cc157 const std::list<section_t>& BtifConfigCache::GetPersistentSections() { in GetPersistentSections() function in BtifConfigCache
/system/bt/btif/test/
Dbtif_config_cache_test.cc486 for (const section_t& sec : test_btif_config_cache.GetPersistentSections()) { in TEST()