Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp33 bool IsTypeValid(const std::vector<std::string>& type_strings) { in IsTypeValid() function
85 if (!type_strings.empty() && !IsTypeValid(type_strings)) { in ParsePropertyInfoLine()