Searched refs:addEnumNameToValue (Results 1 – 3 of 3) sorted by relevance
83 initSvcTable.addEnumNameToValue("running", SystemPropertiesProto::InitSvc::STATUS_RUNNING); in Parse()84 initSvcTable.addEnumNameToValue("stopped", SystemPropertiesProto::InitSvc::STATUS_STOPPED); in Parse()
148 void addEnumNameToValue(const char* enumName, const int enumValue);
306 Table::addEnumNameToValue(const char* enumName, const int enumValue) in addEnumNameToValue() function in Table