Searched refs:property_param (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | mutation_entry.h | 36 std::string property_param, T value_param) { in Set() argument 37 return MutationEntry::Set(property_type, std::move(section_param), std::move(property_param), in Set() 43 std::string property_param, T value_param) { in Set() argument 46 std::move(property_param), in Set() 52 std::string property_param, T value_param) { in Set() argument 53 return MutationEntry::Set(property_type, std::move(section_param), std::move(property_param), in Set() 59 std::string property_param, T value_param) { in Set() argument 60 return MutationEntry::Set(property_type, std::move(section_param), std::move(property_param), in Set() 67 std::string property_param, const T& value_param) { in Set() argument 68 return MutationEntry::Set(property_type, std::move(section_param), std::move(property_param), in Set() [all …]
|
D | mutation_entry.cc | 23 std::string section_param, std::string property_param, in MutationEntry() argument 28 property(std::move(property_param)), in MutationEntry()
|