Searched refs:hiSysEventDef (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_json_parser.cpp | 40 bool ReadSysEventDefFromFile(const std::string& path, Json::Value& hiSysEventDef) in ReadSysEventDefFromFile() argument 50 return parseFromStream(jsonRBuilder, fin, &hiSysEventDef, &errs); in ReadSysEventDefFromFile() 171 void EventJsonParser::ParseHiSysEventDef(const Json::Value& hiSysEventDef, std::shared_ptr<DOMAIN_INFO_MAP> sysDefMap) in ParseHiSysEventDef() argument 173 InitEventInfoMapRef(hiSysEventDef, [this, sysDefMap] (const std::string& key, const Json::Value& value) { in ParseHiSysEventDef() 192 Json::Value hiSysEventDef; in ReadDefFile() local 193 if (!ReadSysEventDefFromFile(defFilePath, hiSysEventDef)) { in ReadDefFile() 198 ParseHiSysEventDef(hiSysEventDef, tmpMap); in ReadDefFile()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
H A D | event_json_parser.h | 64 void ParseHiSysEventDef(const Json::Value& hiSysEventDef, std::shared_ptr<DOMAIN_INFO_MAP> sysDefMap);
|
Completed in 2 milliseconds