Searched refs:addEnumTypeMap (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/incident_helper/src/parsers/ |
D | PsParser.cpp | 39 table.addEnumTypeMap("pcy", pcyNames, pcyValues, 3); in Parse() 42 table.addEnumTypeMap("s", sNames, sValues, 7); in Parse()
|
D | CpuInfoParser.cpp | 58 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/ |
D | ih_util.h | 143 …void addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int …
|
D | ih_util.cpp | 286 Table::addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int… in addEnumTypeMap() function in Table
|