Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp112 uint32_t return_context_index = ~0u; in GetPropertyInfoIndexes() local
121 return_context_index = trie_node.context_index(); in GetPropertyInfoIndexes()
129 CheckPrefixMatch(remaining_name, trie_node, &return_context_index, &return_type_index); in GetPropertyInfoIndexes()
153 *context_index = return_context_index; in GetPropertyInfoIndexes()
167 CheckPrefixMatch(remaining_name, trie_node, &return_context_index, &return_type_index); in GetPropertyInfoIndexes()
169 if (context_index != nullptr) *context_index = return_context_index; in GetPropertyInfoIndexes()