Searched refs:sysEventMap_ (Results 1 – 2 of 2) sorted by relevance
303 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()
61 std::unordered_map<std::string, std::vector<std::pair<std::string, std::string>>> sysEventMap_; variable