Home
last modified time | relevance | path

Searched refs:jsonVal_ (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp141 jsonVal_->GetParamNames(params); in GetParamNames()
285 jsonVal_ = std::make_shared<HiSysEventValue>(jsonStr);
292 if (!jsonVal_->HasInitialized()) {
296 if (!jsonVal_->IsMember(param)) {
301 auto parsedVal = std::make_shared<HiSysEventValue>(jsonVal_->GetParamValue(param));
349 if (!reader->parse(jsonStr.data(), jsonStr.data() + jsonStr.size(), &jsonVal_, &errs)) {
352 if (!reader.parse(jsonStr, jsonVal_)) {
368 if (!hasInitialized_ || (jsonVal_.type() != Json::ValueType::nullValue &&
369 jsonVal_.type() != Json::ValueType::objectValue)) {
372 params = jsonVal_
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_value.h31 HiSysEventValue(Json::Value jsonVal): jsonVal_(jsonVal), hasInitialized_(true) {} in HiSysEventValue()
59 Json::Value jsonVal_; member in OHOS::HiviewDFX::HiSysEventValue
H A Dhisysevent_record.h89 JsonValue jsonVal_; member in OHOS::HiviewDFX::HiSysEventRecord

Completed in 1 milliseconds