Home
last modified time | relevance | path

Searched refs:GetPropertyInfoIndexes (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp110 void PropertyInfoArea::GetPropertyInfoIndexes(const char* name, uint32_t* context_index, in GetPropertyInfoIndexes() function in android::properties::PropertyInfoArea
178 GetPropertyInfoIndexes(property, &context_index, &type_index); in GetPropertyInfo()
/aosp12/bionic/libc/system_properties/
H A Dcontexts_serialized.cpp131 property_info_area_file_->GetPropertyInfoIndexes(name, &index, nullptr); in GetPropAreaForName()
/aosp12/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h146 …void GetPropertyInfoIndexes(const char* name, uint32_t* context_index, uint32_t* type_index) const;