Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dmutation_entry.h81 std::vector<std::string> str_values; in Set() local
82 str_values.reserve(value_param.size()); in Set()
84 str_values.push_back(v.ToLegacyConfigString()); in Set()
87 …ty_type, std::move(section_param), std::move(property_param), common::StringJoin(str_values, " ")); in Set()