Searched refs:commonEvents_ (Results 1 – 3 of 3) sorted by relevance
302 this->commonEvents_ = info.commonEvents_; in operator =()477 jsonObject[MODULE_COMMON_EVENT] = commonEvents_; in ToJson()1382 commonEvents_, in FromJson()1801 AddModuleCommonEvent(newInfo.commonEvents_); in AddModuleInfo()2014 AddModuleCommonEvent(newInfo.commonEvents_); in UpdateModuleInfo()2223 for (auto iter = commonEvents_.begin(); iter != commonEvents_.end();) { in RemoveModuleInfo()2225 commonEvents_.erase(iter++); in RemoveModuleInfo()2786 for (const auto &commonEvent : commonEvents_) { in GetCommonEvents()
339 commonEvents_.try_emplace(commonEvent.first, commonEvent.second); in AddModuleCommonEvent()1096 commonEvents_.emplace(keyName, commonEvents); in InsertCommonEvents()2273 std::map<std::string, CommonEventInfo> commonEvents_; variable
4555 info.commonEvents_.try_emplace(key, commonEventInfo);4557 EXPECT_EQ(info.commonEvents_.size(), 0);