Searched refs:DOMAIN_INFO_MAP (Results 1 – 2 of 2) sorted by relevance
43 using DOMAIN_INFO_MAP = std::unordered_map<std::string, NAME_INFO_MAP>; variable64 …void ParseHiSysEventDef(const Json::Value& hiSysEventDef, std::shared_ptr<DOMAIN_INFO_MAP> sysDefM…69 std::shared_ptr<DOMAIN_INFO_MAP> hiSysEventDefMap_ = nullptr;
167 …r::ParseHiSysEventDef(const Json::Value& hiSysEventDef, std::shared_ptr<DOMAIN_INFO_MAP> sysDefMap) in ParseHiSysEventDef()193 auto tmpMap = std::make_shared<DOMAIN_INFO_MAP>(); in ReadDefFile()