Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.cpp83 initSvcTable.addEnumNameToValue("running", SystemPropertiesProto::InitSvc::STATUS_RUNNING); in Parse()
84 initSvcTable.addEnumNameToValue("stopped", SystemPropertiesProto::InitSvc::STATUS_STOPPED); in Parse()
/frameworks/base/cmds/incident_helper/src/
Dih_util.h148 void addEnumNameToValue(const char* enumName, const int enumValue);
Dih_util.cpp306 Table::addEnumNameToValue(const char* enumName, const int enumValue) in addEnumNameToValue() function in Table