Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc450 …nst std::string& section_name, common::ListMap<std::string, std::string>& device_section_entries) { in FixDeviceTypeInconsistencyInSection() argument
454 auto device_type_iter = device_section_entries.find("DevType"); in FixDeviceTypeInconsistencyInSection()
455 if (device_type_iter != device_section_entries.end() && in FixDeviceTypeInconsistencyInSection()
468 for (const auto& entry : device_section_entries) { in FixDeviceTypeInconsistencyInSection()
485 if (device_type_iter != device_section_entries.end()) { in FixDeviceTypeInconsistencyInSection()
491 device_section_entries.insert_or_assign("DevType", std::move(device_type_str)); in FixDeviceTypeInconsistencyInSection()