Home
last modified time | relevance | path

Searched refs:section_t (Results 1 – 5 of 5) sorted by relevance

/system/bt/osi/include/
Dconfig.h33 struct section_t { struct
39 std::list<section_t> sections; argument
/system/bt/btif/include/
Dbtif_config.h55 std::list<section_t>& btif_config_sections();
/system/bt/osi/src/
Dconfig.cc47 [&section](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()
/system/bt/btif/src/
Dbtif_storage.cc457 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()
Dbtif_config.cc480 std::list<section_t>& btif_config_sections() { return config->sections; } in btif_config_sections()