Lines Matching refs:Value
40 bool ReadSysEventDefFromFile(const std::string& path, Json::Value& hiSysEventDef)
96 bool EventJsonParser::HasIntMember(const Json::Value& jsonObj, const std::string& name) const
101 bool EventJsonParser::HasStringMember(const Json::Value& jsonObj, const std::string& name) const
106 bool EventJsonParser::HasBoolMember(const Json::Value& jsonObj, const std::string& name) const
111 void EventJsonParser::InitEventInfoMapRef(const Json::Value& eventJson, JSON_VALUE_LOOP_HANDLER handler) const
128 BaseInfo EventJsonParser::ParseBaseConfig(const Json::Value& eventNameJson) const
136 Json::Value baseJsonInfo = eventNameJson[BASE];
171 void EventJsonParser::ParseHiSysEventDef(const Json::Value& hiSysEventDef, std::shared_ptr<DOMAIN_INFO_MAP> sysDefMap)
173 InitEventInfoMapRef(hiSysEventDef, [this, sysDefMap] (const std::string& key, const Json::Value& value) {
178 NAME_INFO_MAP EventJsonParser::ParseNameConfig(const Json::Value& domainJson) const
184 InitEventInfoMapRef(domainJson, [this, &allNames] (const std::string& key, const Json::Value& value) {
192 Json::Value hiSysEventDef;