Searched refs:property_info_area (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/property_service/libpropertyinfoserializer/ |
H A D | property_info_serializer_test.cpp | 42 EXPECT_EQ(1U, property_info_area->current_version()); in TEST() 43 EXPECT_EQ(1U, property_info_area->minimum_supported_version()); in TEST() 46 auto root_node = property_info_area->root_node(); in TEST() 143 auto root_node = property_info_area->root_node(); in TEST() 150 property_info_area->GetPropertyInfo("abc", &context, &type); in TEST() 153 property_info_area->GetPropertyInfo("abc.abc", &context, &type); in TEST() 156 property_info_area->GetPropertyInfo("123.abc", &context, &type); in TEST() 160 property_info_area->GetPropertyInfo("test.a", &context, &type); in TEST() 163 property_info_area->GetPropertyInfo("test.b", &context, &type); in TEST() 166 property_info_area->GetPropertyInfo("test.c", &context, &type); in TEST() [all …]
|
/aosp14/system/core/property_service/property_info_checker/ |
H A D | property_info_checker.cpp | 179 auto property_info_area = reinterpret_cast<PropertyInfoArea*>(serialized_contexts.data()); in main() local 180 for (size_t i = 0; i < property_info_area->num_contexts(); ++i) { in main() 181 if (!checker.CheckContext(property_info_area->context(i))) { in main()
|
/aosp14/system/core/property_service/libpropertyinfoparser/ |
H A D | property_info_parser.cpp | 223 auto property_info_area = reinterpret_cast<PropertyInfoArea*>(map_result); in LoadPath() local 224 if (property_info_area->minimum_supported_version() > 1 || in LoadPath() 225 property_info_area->size() != mmap_size) { in LoadPath()
|
/aosp14/system/core/init/ |
H A D | host_init_verifier.h | 24 extern const android::properties::PropertyInfoArea* property_info_area;
|
H A D | host_init_verifier.cpp | 199 const PropertyInfoArea* property_info_area; variable 299 property_info_area = reinterpret_cast<const PropertyInfoArea*>(serialized_contexts.c_str()); in main()
|
H A D | property_service.cpp | 123 static PropertyInfoAreaFile property_info_area; variable 155 property_info_area->GetPropertyInfo(name.c_str(), &target_context, nullptr); in CanReadProperty() 474 property_info_area->GetPropertyInfo(control_string_legacy.c_str(), &target_context_legacy, in CheckControlPropertyPerms() 485 property_info_area->GetPropertyInfo(control_string_full.c_str(), &target_context_full, in CheckControlPropertyPerms() 511 property_info_area->GetPropertyInfo(name.c_str(), &target_context, &type); in CheckPermissions() 1369 if (!property_info_area.LoadDefaultPath()) { in PropertyInit()
|
H A D | check_builtins.cpp | 187 property_info_area->GetPropertyInfo(name.c_str(), &target_context, &type); in check_setprop()
|