Home
last modified time | relevance | path

Searched refs:HiSysEventValue (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_record.cpp281 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 …]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_value.h25 class HiSysEventValue {
27 HiSysEventValue(std::string jsonStr) in HiSysEventValue() function
31 HiSysEventValue(Json::Value jsonVal): jsonVal_(jsonVal), hasInitialized_(true) {} in HiSysEventValue() function
32 ~HiSysEventValue() {} in ~HiSysEventValue()
Dhisysevent_record.h32 class HiSysEventValue; variable
76 using JsonValue = std::shared_ptr<HiSysEventValue>;