Searched refs:GetPersistentSections (Results 1 – 4 of 4) sorted by relevance
34 const std::list<section_t>& GetPersistentSections();
588 return btif_config_cache.GetPersistentSections(); in btif_config_sections()680 btif_config_cache.GetPersistentSections().size()); in btif_debug_config_dump()
157 const std::list<section_t>& BtifConfigCache::GetPersistentSections() { in GetPersistentSections() function in BtifConfigCache
486 for (const section_t& sec : test_btif_config_cache.GetPersistentSections()) { in TEST()