Searched refs:section_t (Results 1 – 5 of 5) sorted by relevance
33 struct section_t { struct39 std::list<section_t> sections; argument
55 std::list<section_t>& btif_config_sections();
47 [§ion](const section_t& sec) { return sec.name == section; }); in section_find()103 for (const section_t& sec : src.sections) { in config_new_clone()183 config->sections.emplace_back(section_t{.name = section}); in config_set_string()274 for (const section_t& section : config.sections) { in config_save()
457 for (const section_t& section : btif_config_sections()) { in btif_in_fetch_bonded_devices()880 for (const section_t& section : btif_config_sections()) { in remove_devices_with_sample_ltk()1373 for (const section_t& section : btif_config_sections()) { in btif_storage_load_bonded_hid_info()1521 for (const section_t& section : btif_config_sections()) { in btif_storage_load_bonded_hearing_aids()1719 for (const section_t& section : btif_config_sections()) { in btif_storage_load_hidd()1750 for (const section_t& section : btif_config_sections()) { in btif_storage_set_hidd()
480 std::list<section_t>& btif_config_sections() { return config->sections; } in btif_config_sections()