Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dmutation_entry.h35 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set()
42 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set()
51 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set()
58 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set()
66 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set()
77 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set()
88 static MutationEntry Set(PropertyType property_type, std::string section_param, in Set()
94 static MutationEntry Remove(PropertyType property_type, std::string section_param) { in Remove()
98 static MutationEntry Remove(PropertyType property_type, std::string section_param, in Remove()
Dmutation_entry.cc23 std::string section_param, std::string property_param, in MutationEntry()