Home
last modified time | relevance | path

Searched defs:context_index (Results 1 – 3 of 3) sorted by relevance

/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp92 uint32_t* context_index, uint32_t* type_index) const { in CheckPrefixMatch()
110 void PropertyInfoArea::GetPropertyInfoIndexes(const char* name, uint32_t* context_index, in GetPropertyInfoIndexes()
176 uint32_t context_index; in GetPropertyInfo() local
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h34 uint32_t context_index; member
105 uint32_t context_index() const { return node_property_entry()->context_index; } in context_index() function
/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp43 uint32_t context_index = property_entry.context != nullptr && !property_entry.context->empty() in WritePropertyEntry() local