Searched refs:value_param (Results 1 – 2 of 2) sorted by relevance
/system/bt/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 49 static_cast<EnumUnderlyingType>(value_param)); 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 …yType property_type, std::string section_param, std::string property_param, const T& value_param) { in Set() argument 70 …property_type, std::move(section_param), std::move(property_param), value_param.ToLegacyConfigStri… in Set() [all …]
|
D | mutation_entry.cc | 29 std::string value_param) in MutationEntry() argument 34 value(std::move(value_param)) { in MutationEntry()
|