Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp47 ? serialized_info()->FindTypeIndex(property_entry.type->c_str()) in WritePropertyEntry()
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h150 int FindTypeIndex(const char* type) const;
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp61 int PropertyInfoArea::FindTypeIndex(const char* type) const { in FindTypeIndex() function in android::properties::PropertyInfoArea