Searched refs:property_type (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | mutation_entry.h | 36 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set() argument 38 … property_type, std::move(section_param), std::move(property_param), std::to_string(value_param)); in Set() 43 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set() argument 46 property_type, in Set() 54 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set() argument 56 …property_type, std::move(section_param), std::move(property_param), common::ToString(value_param)); in Set() 61 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set() argument 63 property_type, std::move(section_param), std::move(property_param), std::move(value_param)); in Set() 68 …PropertyType property_type, std::string section_param, std::string property_param, const T& value_… in Set() argument 70 …property_type, std::move(section_param), std::move(property_param), value_param.ToLegacyConfigStri… in Set() [all …]
|
D | mutation.cc | 31 switch (entry.property_type) { in Add()
|
D | mutation_entry.cc | 31 property_type(property_type_param), in MutationEntry()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 890 property_type: &BtPropertyType, in get_remote_device_property() 894 .and_then(|d| d.properties.get(property_type)) in get_remote_device_property() 901 property_type: BtPropertyType, in set_remote_device_property() 909 remote_device.properties.insert(property_type, property.clone()); in set_remote_device_property()
|