Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dconfig_cache.cc364 …nst std::string& section_name, common::ListMap<std::string, std::string>& device_section_entries) { in FixDeviceTypeInconsistencyInSection() argument
372 for (const auto& entry : device_section_entries) { in FixDeviceTypeInconsistencyInSection()
389 auto it = device_section_entries.find("DevType"); in FixDeviceTypeInconsistencyInSection()
390 if (it != device_section_entries.end()) { in FixDeviceTypeInconsistencyInSection()
396 device_section_entries.insert_or_assign("DevType", std::move(device_type_str)); in FixDeviceTypeInconsistencyInSection()