Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
Dproperty_info_serializer.h25 struct PropertyInfoEntry { struct
26 PropertyInfoEntry() {} in PropertyInfoEntry() argument
28 PropertyInfoEntry(T&& name, U&& context, V&& type, bool exact_match) in PropertyInfoEntry() function
39 bool BuildTrie(const std::vector<PropertyInfoEntry>& property_info, argument
44 std::vector<PropertyInfoEntry>* property_infos,
/system/tools/sysprop/tests/
DTypeCheckerTest.cpp26 using android::properties::PropertyInfoEntry;
101 std::vector<PropertyInfoEntry> entries; in TEST()
110 std::vector<PropertyInfoEntry> bad_entries; in TEST()
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp60 PropertyInfoEntry* out, std::string* error) { in ParsePropertyInfoLine()
107 std::vector<PropertyInfoEntry>* property_infos, in ParsePropertyInfoFile()
119 auto property_info_entry = PropertyInfoEntry{}; in ParsePropertyInfoFile()
Dproperty_info_serializer_test.cpp27 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()
127 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()
252 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()
771 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()
815 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()
851 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()
Dproperty_info_serializer.cpp29 bool BuildTrie(const std::vector<PropertyInfoEntry>& property_info, in BuildTrie()
/system/tools/sysprop/include/
DTypeChecker.h27 const std::vector<android::properties::PropertyInfoEntry>& entries);
/system/tools/sysprop/
DTypeCheckerMain.cpp33 using android::properties::PropertyInfoEntry;
104 std::vector<PropertyInfoEntry> entries; in main()
DTypeChecker.cpp29 using android::properties::PropertyInfoEntry;
86 const std::vector<PropertyInfoEntry>& entries) { in CheckPropertyTypes()
/system/core/property_service/property_info_checker/
Dproperty_info_checker.cpp19 using android::properties::PropertyInfoEntry;
145 auto property_info_entries = std::vector<PropertyInfoEntry>{}; in main()
/system/core/init/
Dhost_init_verifier.cpp63 using android::properties::PropertyInfoEntry;
202 std::vector<PropertyInfoEntry>* property_infos) { in HandlePropertyContexts()
223 auto property_infos = std::vector<PropertyInfoEntry>(); in main()
Dproperty_service.cpp92 using android::properties::PropertyInfoEntry;
1110 std::vector<PropertyInfoEntry>* property_infos) { in LoadPropertyInfoFromFile()
1130 auto property_infos = std::vector<PropertyInfoEntry>(); in CreateSerializedPropertyInfo()