Searched refs:Ini (Results 1 – 2 of 2) sorted by relevance
17 use configparser::ini::Ini;69 fn new_from_bluez(bluez_conf: &Ini, sec: &str) -> Self { in new_from_bluez() argument329 floss_conf: &mut Ini, in convert_from_bluez_device() argument335 let mut bluez_conf = Ini::new_cs(); in convert_from_bluez_device()529 let mut adapter_conf_map: HashMap<String, Ini> = HashMap::new(); in migrate_bluez_devices()547 adapter_conf_map.entry(adapter_addr.into()).or_insert(Ini::new_cs()); in migrate_bluez_devices()551 adapter_conf_map.get_mut(adapter_addr).unwrap_or(&mut Ini::new_cs()), in migrate_bluez_devices()562 adapter_conf_map.get_mut(adapter_addr).unwrap_or(&mut Ini::new_cs()), in migrate_bluez_devices()571 let mut existing_conf = Ini::new_cs(); in migrate_bluez_devices()616 fn merge_and_write_bluez_conf(filepath: String, conf: &mut Ini) { in merge_and_write_bluez_conf() argument[all …]
7 use configparser::ini::Ini;223 let mut floss_conf = Ini::new_cs(); in config_with_le_device_entry()