Searched refs:HiSysEventValue (Results 1 – 3 of 3) sorted by relevance
281 jsonVal_ = std::make_shared<HiSysEventValue>(jsonStr); in ParseJsonStr()297 auto parsedVal = std::make_shared<HiSysEventValue>(jsonVal_->GetParamValue(param)); in GetParamValue()333 return filterFunc(std::make_shared<HiSysEventValue>(val->Index(0))); in IsArray()338 void HiSysEventValue::ParseJsonStr(const std::string jsonStr) in ParseJsonStr()357 bool HiSysEventValue::HasInitialized() const in ParseJsonStr()362 void HiSysEventValue::GetParamNames(std::vector<std::string>& params) const in ParseJsonStr()371 bool HiSysEventValue::IsArray() const in ParseJsonStr()379 bool HiSysEventValue::IsMember(const std::string key) const in ParseJsonStr()387 bool HiSysEventValue::IsInt64() const in ParseJsonStr()395 bool HiSysEventValue::IsUInt64() const in ParseJsonStr()[all …]
25 class HiSysEventValue {27 HiSysEventValue(std::string jsonStr) in HiSysEventValue() function31 HiSysEventValue(Json::Value jsonVal): jsonVal_(jsonVal), hasInitialized_(true) {} in HiSysEventValue() function32 ~HiSysEventValue() {} in ~HiSysEventValue()
32 class HiSysEventValue; variable76 using JsonValue = std::shared_ptr<HiSysEventValue>;