Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dmutation_entry.h35 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 …]
Dmutation.cc29 switch (entry.property_type) { in Add()
Dmutation_entry.cc26 property_type(property_type_param), in MutationEntry()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs842 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()