Home
last modified time | relevance | path

Searched defs:section_param (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/storage/
Dmutation_entry.h36 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set()
43 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set()
54 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set()
61 …PropertyType property_type, std::string section_param, std::string property_param, T value_param) { in Set()
68 …PropertyType property_type, std::string section_param, std::string property_param, const T& value_… in Set()
80 …PropertyType property_type, std::string section_param, std::string property_param, const T& value_… in Set()
91 …PropertyType property_type, std::string section_param, std::string property_param, std::string val… in Set()
96 static MutationEntry Remove(PropertyType property_type, std::string section_param) { in Remove()
100 …static MutationEntry Remove(PropertyType property_type, std::string section_param, std::string pro… in Remove()
Dmutation_entry.cc27 std::string section_param, in MutationEntry()