Home
last modified time | relevance | path

Searched refs:property_param (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dmutation_entry.h36 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 …]
Dmutation_entry.cc23 std::string section_param, std::string property_param, in MutationEntry() argument
28 property(std::move(property_param)), in MutationEntry()