Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_serializer_test.cpp126 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/
Dgetprop.cpp59 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/
Dcheck_builtins.cpp187 property_info_area->GetPropertyInfo(name.c_str(), &target_context, &type); in check_setprop()
Dproperty_service.cpp137 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/
Dproperty_info_parser.cpp174 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/
Dproperty_info_parser.h147 void GetPropertyInfo(const char* property, const char** context, const char** type) const;