Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp303 for (const auto& sysEvent : sysEventMap_) { in Write()
343 sysEventMap_.clear(); // clear cache; in Write()
369 auto iter = sysEventMap_.find(domain); in AppendEvent()
370 if (iter == sysEventMap_.end()) { in AppendEvent()
371 sysEventMap_.emplace(domain, std::vector<std::pair<std::string, std::string>> { in AppendEvent()
384 sysEventMap_.clear(); in ClearEventCache()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Dexport_json_file_writer.h61 std::unordered_map<std::string, std::vector<std::pair<std::string, std::string>>> sysEventMap_; variable