Searched refs:hiSysEventDef (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/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 46 return parseFromStream(jsonRBuilder, fin, &hiSysEventDef, &errs); in ReadSysEventDefFromFile() 167 void EventJsonParser::ParseHiSysEventDef(const Json::Value& hiSysEventDef, std::shared_ptr<DOMAIN_I… in ParseHiSysEventDef() argument 169 …InitEventInfoMapRef(hiSysEventDef, [this, sysDefMap] (const std::string& key, const Json::Value& v… in ParseHiSysEventDef() 188 Json::Value hiSysEventDef; in ReadDefFile() local 189 if (!ReadSysEventDefFromFile(defFilePath, hiSysEventDef)) { in ReadDefFile() 194 ParseHiSysEventDef(hiSysEventDef, tmpMap); in ReadDefFile()
|
/ohos5.0/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> sysDefM…
|