Home
last modified time | relevance | path

Searched defs:property_info_area (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_serializer_test.cpp39 auto property_info_area = reinterpret_cast<const PropertyInfoArea*>(serialized_trie.data()); in TEST() local
140 auto property_info_area = reinterpret_cast<const PropertyInfoArea*>(serialized_trie.data()); in TEST() local
370 auto property_info_area = reinterpret_cast<const PropertyInfoArea*>(serialized_trie.data()); in TEST() local
779 auto property_info_area = reinterpret_cast<const PropertyInfoArea*>(serialized_trie.data()); in TEST() local
824 auto property_info_area = reinterpret_cast<const PropertyInfoArea*>(serialized_trie.data()); in TEST() local
863 auto property_info_area = reinterpret_cast<const PropertyInfoArea*>(serialized_trie.data()); in TEST() local
/aosp14/system/core/property_service/property_info_checker/
H A Dproperty_info_checker.cpp179 auto property_info_area = reinterpret_cast<PropertyInfoArea*>(serialized_contexts.data()); in main() local
/aosp14/system/core/init/
H A Dhost_init_verifier.cpp199 const PropertyInfoArea* property_info_area; variable
H A Dproperty_service.cpp123 static PropertyInfoAreaFile property_info_area; variable
/aosp14/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp223 auto property_info_area = reinterpret_cast<PropertyInfoArea*>(map_result); in LoadPath() local