Searched refs:GetPropertyInfo (Results 1 – 6 of 6) sorted by relevance
/system/core/property_service/libpropertyinfoserializer/ |
D | property_info_serializer_test.cpp | 126 TEST(propertyinfoserializer, GetPropertyInfo) { in TEST() argument 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() 170 property_info_area->GetPropertyInfo("test.test", &context, &type); in TEST() 173 property_info_area->GetPropertyInfo("test.testa", &context, &type); in TEST() 176 property_info_area->GetPropertyInfo("test.testb", &context, &type); in TEST() [all …]
|
/system/core/toolbox/ |
D | getprop.cpp | 59 property_info_file->GetPropertyInfo(name.c_str(), &context, &type); in PrintAllProperties() 80 property_info_file->GetPropertyInfo(name, &context, nullptr); in PrintProperty() 86 property_info_file->GetPropertyInfo(name, nullptr, &type); in PrintProperty()
|
/system/core/init/ |
D | check_builtins.cpp | 187 property_info_area->GetPropertyInfo(name.c_str(), &target_context, &type); in check_setprop()
|
D | property_service.cpp | 137 property_info_area->GetPropertyInfo(name.c_str(), &target_context, nullptr); in CanReadProperty() 418 property_info_area->GetPropertyInfo(control_string_legacy.c_str(), &target_context_legacy, in CheckControlPropertyPerms() 429 property_info_area->GetPropertyInfo(control_string_full.c_str(), &target_context_full, in CheckControlPropertyPerms() 455 property_info_area->GetPropertyInfo(name.c_str(), &target_context, &type); in CheckPermissions()
|
/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 174 void PropertyInfoArea::GetPropertyInfo(const char* property, const char** context, in GetPropertyInfo() function in android::properties::PropertyInfoArea
|
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
D | property_info_parser.h | 147 void GetPropertyInfo(const char* property, const char** context, const char** type) const;
|