Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/incident_helper/src/parsers/
H A DSystemPropertiesParser.cpp80 Table initSvcTable(SystemPropertiesProto::InitSvc::_FIELD_NAMES, in Parse() local
83 initSvcTable.addEnumNameToValue("running", SystemPropertiesProto::InitSvc::STATUS_RUNNING); in Parse()
84 initSvcTable.addEnumNameToValue("stopped", SystemPropertiesProto::InitSvc::STATUS_STOPPED); in Parse()
85 Message initSvc(&initSvcTable); in Parse()