Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/incident_helper/src/parsers/
H A DEventLogTagsParser.h27 class EventLogTagsParser : public TextParserBase {
29 EventLogTagsParser() : TextParserBase(String8("EventLogTagsParser")) {}; in EventLogTagsParser() function
30 ~EventLogTagsParser() {}; in ~EventLogTagsParser()
H A DEventLogTagsParser.cpp25 EventLogTagsParser::Parse(const int in, const int out) const in Parse()
/aosp12/frameworks/base/cmds/incident_helper/src/
H A Dmain.cpp60 return new EventLogTagsParser(); in selectParser()
/aosp12/frameworks/base/cmds/incident_helper/tests/
H A DEventLogTagsParser_test.cpp55 EventLogTagsParser parser; in TEST_F()