Home
last modified time | relevance | path

Searched refs:errs (Results 1 - 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Dcompose_rule.cpp36 JSONCPP_STRING errs; in ParseComposeRule() local
43 bool ret = parseFromStream(builder, fin, &root, &errs); in ParseComposeRule()
44 if (!ret || !errs.empty() || !root.isMember(type)) { in ParseComposeRule()
46 errs.c_str(), type.c_str(), config.c_str()); in ParseComposeRule()
H A Dextract_rule.cpp35 JSONCPP_STRING errs; in ParseExtractRule() local
42 bool ret = parseFromStream(builder, fin, &root, &errs); in ParseExtractRule()
43 if (!ret || !errs.empty()) { in ParseExtractRule()
44 HIVIEW_LOGE("Json parse fail, err is %{public}s in %{public}s.", errs.c_str(), config.c_str()); in ParseExtractRule()
/base/hiviewdfx/hiview/base/event_store/config/src/
H A Devent_store_config.cpp54 JSONCPP_STRING errs; in Init() local
55 if (!parseFromStream(jsonRBuilder, fin, &root, &errs)) { in Init()
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_log_config_manager.cpp41 JSONCPP_STRING errs; in ParseJsonFile() local
42 if (!parseFromStream(builder, fin, &jsonRoot, &errs)) { in ParseJsonFile()
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_json_decorator.cpp59 JSONCPP_STRING errs; in HiSysEventJsonDecorator() local
60 if (!parseFromStream(jsonRBuilder, fin, &jsonRoot_, &errs)) { in HiSysEventJsonDecorator()
174 JSONCPP_STRING errs; in HiSysEventJsonDecorator() local
175 if (!reader->parse(origin.data(), origin.data() + origin.size(), &eventJson, &errs)) { in HiSysEventJsonDecorator()
/base/hiviewdfx/hiview/base/
H A Ddispatch_rule_parser.cpp41 JSONCPP_STRING errs; in DispatchRuleParser() local
42 if (!parseFromStream(jsonRBuilder, fin, &root, &errs)) { in DispatchRuleParser()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_json_parser.cpp49 JSONCPP_STRING errs; in ReadSysEventDefFromFile() local
50 return parseFromStream(jsonRBuilder, fin, &hiSysEventDef, &errs); in ReadSysEventDefFromFile()
/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp77 JSONCPP_STRING errs; in ParseConfig() local
79 if (parseFromStream(readerBuilder, ifsConf, &config_, &errs) && !config_.empty()) { in ParseConfig()
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp79 JSONCPP_STRING errs; in ParseConfig() local
81 if (parseFromStream(readerBuilder, ifsConf, &config_, &errs) && !config_.empty()) { in ParseConfig()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp348 JSONCPP_STRING errs;
349 if (!reader->parse(jsonStr.data(), jsonStr.data() + jsonStr.size(), &jsonVal_, &errs)) {
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp155 JSONCPP_STRING errs; in ParseQueryCondition() local
156 if (!reader->parse(condStr.data(), condStr.data() + condStr.size(), &root, &errs)) { in ParseQueryCondition()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp780 JSONCPP_STRING errs;
781 if (!reader->parse(jsonStr.data(), jsonStr.data() + jsonStr.size(), &eventJson, &errs)) {

Completed in 11 milliseconds