Home
last modified time | relevance | path

Searched refs:paired_devices_list_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_config_cache.cc68 paired_devices_list_.sections.clear(); in Clear()
73 paired_devices_list_ = std::move(*source); in Init()
78 return paired_devices_list_.Find(section_name) != in HasPersistentSection()
79 paired_devices_list_.sections.end(); in HasPersistentSection()
92 auto section_iter = paired_devices_list_.Find(section_name); in HasKey()
93 if (section_iter != paired_devices_list_.sections.end()) { in HasKey()
105 for (auto it = paired_devices_list_.sections.begin(); in RemovePersistentSectionsWithKey()
106 it != paired_devices_list_.sections.end();) { in RemovePersistentSectionsWithKey()
108 it = paired_devices_list_.sections.erase(it); in RemovePersistentSectionsWithKey()
130 auto section_iter = paired_devices_list_.Find(section_name); in RemoveKey()
[all …]
/system/bt/btif/include/
Dbtif_config_cache.h59 config_t paired_devices_list_; variable