Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/src/parsers/
DPsParser.cpp39 table.addEnumTypeMap("pcy", pcyNames, pcyValues, 3); in Parse()
42 table.addEnumTypeMap("s", sNames, sValues, 7); in Parse()
DCpuInfoParser.cpp58 table.addEnumTypeMap("s", CpuInfoProto::Task::_ENUM_STATUS_NAMES, in Parse()
60 table.addEnumTypeMap("pcy", CpuInfoProto::Task::_ENUM_POLICY_NAMES, in Parse()
/frameworks/base/cmds/incident_helper/src/
Dih_util.h143 …void addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int …
Dih_util.cpp286 Table::addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int… in addEnumTypeMap() function in Table