Home
last modified time | relevance | path

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

/aosp12/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp49 static const char* const no_parameter_types[] = {"string", "bool", "int", in IsTypeValid() local
51 for (const auto& type : no_parameter_types) { in IsTypeValid()