Home
last modified time | relevance | path

Searched refs:EVENT_TYPE_MAP (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/base/event_store/config/src/
H A Devent_store_config.cpp31 const std::unordered_map<std::string, int> EVENT_TYPE_MAP = { member
61 if (EVENT_TYPE_MAP.find(*iter) == EVENT_TYPE_MAP.end()) { in Init()
72 configMap_.emplace(EVENT_TYPE_MAP.at(*iter), config); in Init()
/base/hiviewdfx/hiview/base/
H A Ddispatch_rule_parser.cpp24 const std::map<std::string, uint8_t> EVENT_TYPE_MAP = { member
75 if (EVENT_TYPE_MAP.find(key) != EVENT_TYPE_MAP.end()) { in ParseEventTypes()
76 dispatchRule_->typeList.insert(EVENT_TYPE_MAP.at(key)); in ParseEventTypes()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_json_parser.cpp36 const std::map<std::string, uint8_t> EVENT_TYPE_MAP = { member
142 if (EVENT_TYPE_MAP.find(typeDes) == EVENT_TYPE_MAP.end()) { in ParseBaseConfig()
147 baseInfo.type = EVENT_TYPE_MAP.at(typeDes); in ParseBaseConfig()
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_json_decorator.cpp50 const std::map<std::string, int> EVENT_TYPE_MAP = {{"FAULT", 1}, {"STATISTIC", 2}, {"SECURITY", 3}, {"BEHAVIOR", 4} }; member

Completed in 3 milliseconds