Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp92 uint32_t* context_index, uint32_t* type_index) const { in CheckPrefixMatch()
102 if (trie_node.prefix(i)->type_index != ~0u) { in CheckPrefixMatch()
103 *type_index = trie_node.prefix(i)->type_index; in CheckPrefixMatch()
111 uint32_t* type_index) const { in GetPropertyInfoIndexes()
123 if (trie_node.type_index() != ~0u) { in GetPropertyInfoIndexes()
124 return_type_index = trie_node.type_index(); in GetPropertyInfoIndexes()
156 if (type_index != nullptr) { in GetPropertyInfoIndexes()
157 if (trie_node.exact_match(i)->type_index != ~0u) { in GetPropertyInfoIndexes()
158 *type_index = trie_node.exact_match(i)->type_index; in GetPropertyInfoIndexes()
160 *type_index = return_type_index; in GetPropertyInfoIndexes()
[all …]
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h36 uint32_t type_index; member
106 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index() function
146 …void GetPropertyInfoIndexes(const char* name, uint32_t* context_index, uint32_t* type_index) const;
176 uint32_t* context_index, uint32_t* type_index) const;
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_serializer_test.cpp49 EXPECT_STREQ("default", property_info_area->type(root_node.type_index())); in TEST()
62 EXPECT_STREQ("1st", property_info_area->type(test_node.type_index())); in TEST()
72 EXPECT_STREQ("2nd", property_info_area->type(prefix->type_index)); in TEST()
88 EXPECT_STREQ("3rd", property_info_area->type(match1->type_index)); in TEST()
89 EXPECT_STREQ("3rd", property_info_area->type(match2->type_index)); in TEST()
90 EXPECT_STREQ("3rd", property_info_area->type(match3->type_index)); in TEST()
123 EXPECT_STREQ("4th", property_info_area->type(final_match->type_index)); in TEST()
146 EXPECT_STREQ("default", property_info_area->type(root_node.type_index())); in TEST()
Dtrie_serializer.cpp46 uint32_t type_index = property_entry.type != nullptr && !property_entry.type->empty() in WritePropertyEntry() local
54 serialized_property_entry->type_index = type_index; in WritePropertyEntry()
/system/nfc/src/nfc/ndef/
Dndef_utils.cc193 for (int type_index = 0; type_index < type_len; type_index++) { in NDEF_MsgValidate() local
194 if (p_rec_type[type_index] < NDEF_RTD_VALID_START || in NDEF_MsgValidate()
195 p_rec_type[type_index] > NDEF_RTD_VALID_END) in NDEF_MsgValidate()