Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h102 return serialized_data_->c_string(node_property_entry()->name_offset); in name()
105 uint32_t context_index() const { return node_property_entry()->context_index; } in context_index()
106 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index()
135 const PropertyEntry* node_property_entry() const { in node_property_entry() function