Searched defs:property_type (Results 1 – 2 of 2) sorted by relevance
/system/core/init/ |
D | property_type_test.cpp | 24 TEST(property_type, CheckType_string) { in TEST() argument 34 TEST(property_type, CheckType_int) { in TEST() argument 45 TEST(property_type, CheckType_uint) { in TEST() argument 55 TEST(property_type, CheckType_double) { in TEST() argument 66 TEST(property_type, CheckType_size) { in TEST() argument 82 TEST(property_type, CheckType_enum) { in TEST() argument
|
/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() 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() 117 PropertyType property_type; variable
|