Searched refs:SubsystemParser (Results 1 – 2 of 2) sorted by relevance
/system/core/init/ |
D | ueventd_parser.cpp | 158 class SubsystemParser : public SectionParser { class 160 SubsystemParser(std::vector<Subsystem>* subsystems) : subsystems_(subsystems) {} in SubsystemParser() function in android::init::SubsystemParser 174 Result<void> SubsystemParser::ParseSection(std::vector<std::string>&& args, in ParseSection() 189 Result<void> SubsystemParser::ParseDevName(std::vector<std::string>&& args) { in ParseDevName() 202 Result<void> SubsystemParser::ParseDirName(std::vector<std::string>&& args) { in ParseDirName() 211 Result<void> SubsystemParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection() 212 using OptionParser = Result<void> (SubsystemParser::*)(std::vector<std::string> && args); in ParseLineSection() 215 {"devname", {1, 1, &SubsystemParser::ParseDevName}}, in ParseLineSection() 216 {"dirname", {1, 1, &SubsystemParser::ParseDirName}}, in ParseLineSection() 227 Result<void> SubsystemParser::EndSection() { in EndSection() [all …]
|
D | devices.h | 79 friend class SubsystemParser;
|