Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dmutation_entry.h36 std::string property_param, T value_param) { in Set()
43 std::string property_param, T value_param) { in Set()
52 std::string property_param, T value_param) { in Set()
59 std::string property_param, T value_param) { in Set()
67 std::string property_param, const T& value_param) { in Set()
78 std::string property_param, const T& value_param) { in Set()
89 std::string property_param, std::string value_param) { in Set()
99 std::string property_param) { in Remove()
Dmutation_entry.cc23 std::string section_param, std::string property_param, in MutationEntry()