/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
H A D | compose_rule.cpp | 36 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 D | extract_rule.cpp | 35 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 D | event_store_config.cpp | 54 JSONCPP_STRING errs;
in Init() local 55 if (!parseFromStream(jsonRBuilder, fin, &root, &errs)) {
in Init()
|
/base/hiviewdfx/hiview/adapter/service/server/src/ |
H A D | hiview_log_config_manager.cpp | 41 JSONCPP_STRING errs;
in ParseJsonFile() local 42 if (!parseFromStream(builder, fin, &jsonRoot, &errs)) {
in ParseJsonFile()
|
/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_json_decorator.cpp | 59 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 D | dispatch_rule_parser.cpp | 41 JSONCPP_STRING errs;
in DispatchRuleParser() local 42 if (!parseFromStream(jsonRBuilder, fin, &root, &errs)) {
in DispatchRuleParser()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_json_parser.cpp | 49 JSONCPP_STRING errs; in ReadSysEventDefFromFile() local 50 return parseFromStream(jsonRBuilder, fin, &hiSysEventDef, &errs); in ReadSysEventDefFromFile()
|
/base/powermgr/battery_manager/charger/src/ |
H A D | battery_config.cpp | 77 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 D | battery_config.cpp | 79 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 D | hisysevent_record.cpp | 348 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 D | event_query_wrapper_builder.cpp | 155 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 D | napi_hisysevent_util.cpp | 780 JSONCPP_STRING errs; 781 if (!reader->parse(jsonStr.data(), jsonStr.data() + jsonStr.size(), &eventJson, &errs)) {
|