Searched refs:property_type (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | mutation_entry.h | 35 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set() argument 37 return MutationEntry::Set(property_type, std::move(section_param), std::move(property_param), in Set() 42 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set() argument 45 return MutationEntry::Set<EnumUnderlyingType>(property_type, std::move(section_param), in Set() 51 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set() argument 53 return MutationEntry::Set(property_type, std::move(section_param), std::move(property_param), in Set() 58 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set() argument 60 return MutationEntry::Set(property_type, std::move(section_param), std::move(property_param), in Set() 66 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set() argument 68 return MutationEntry::Set(property_type, std::move(section_param), std::move(property_param), in Set() [all …]
|
D | mutation.cc | 29 switch (entry.property_type) { in Add()
|
D | mutation_entry.cc | 26 property_type(property_type_param), in MutationEntry()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 842 property_type: &BtPropertyType, in get_remote_device_property() 846 .and_then(|d| d.properties.get(property_type)) in get_remote_device_property() 853 property_type: BtPropertyType, in set_remote_device_property() 861 remote_device.properties.insert(property_type, property.clone()); in set_remote_device_property()
|