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.h36 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set() argument
38property_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
56property_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
70property_type, std::move(section_param), std::move(property_param), value_param.ToLegacyConfigStri… in Set()
[all …]
Dmutation.cc31 switch (entry.property_type) { in Add()
Dmutation_entry.cc31 property_type(property_type_param), in MutationEntry()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs890 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()