Home
last modified time | relevance | path

Searched refs:AsJsonStr (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dsys_event_test.cpp113 …std::cout << "size=" << sysEvent->AsJsonStr().size() << ", jsonStr:" << sysEvent->AsJsonStr() << s…
115 auto eventJsonStr = sysEvent->AsJsonStr();
138 …std::cout << "size=" << sysEvent->AsJsonStr().size() << ", jsonStr:" << sysEvent->AsJsonStr() << s…
140 auto eventJsonStr = sysEvent->AsJsonStr();
583 auto jsonStrOrigin = sysEvent->AsJsonStr();
584 auto jsonStrBeforeValueAppend = sysEvent->AsJsonStr();
587 auto jsonStrAfterValueAppend = sysEvent->AsJsonStr();
593 jsonStrAfterValueAppend = sysEvent->AsJsonStr();
641 auto eventStr = sysEvent->AsJsonStr();
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp172 std::string eventJson = event->AsJsonStr(); in HandleSubscribeTask()
203 std::string jsonExtraInfo = event->AsJsonStr(); in HandleAppUninstallEvent()
226 std::string jsonExtraInfo = event->AsJsonStr(); in HandleAppStartEvent()
H A Devent_query_wrapper_builder.cpp256 auto eventJsonStr = iter->AsJsonStr(); in TransportSysEvent()
H A Dsys_event_service_ohos.cpp200 static_cast<uint32_t>(event->eventType_), Str8ToStr16(event->AsJsonStr())); in OnSysEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserver_fuzzer/
H A Deventserver_fuzzer.cpp47 (void)event.AsJsonStr(); in SysEventServerFuzzTest()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp132 …ultDetector receive watchpoint report, jsonExtraInfo is %{public}s", sysEvent.AsJsonStr().c_str()); in OnEventListeningCallback()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_read_handler.cpp128 auto currentEventStr = iter->AsJsonStr(); in HandleQueryResult()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_event.h38 std::string AsJsonStr();
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp518 std::string SysEvent::AsJsonStr() in AsJsonStr() function in OHOS::HiviewDFX::SysEvent
527 jsonStr = event.AsJsonStr(); in AsJsonStr()
H A Dlibhiviewbase.map178 "OHOS::HiviewDFX::SysEvent::AsJsonStr()";
339 "OHOS::HiviewDFX::EventRaw::DecodedEvent::AsJsonStr()";
359 "OHOS::HiviewDFX::EventRaw::DecodedEvent::AsJsonStr()";
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp177 …event.eventId_, event.domain_.c_str(), event.eventName_.c_str(), decodedEvent.AsJsonStr().c_str()); in OnEventListeningCallback()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h99 std::string AsJsonStr();
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp52 …HIVIEW_LOGI("parse FaultLogInfo from %{public}s.", sysEvent->AsJsonStr().substr(0, FIRST_200_BYTES… in ParseFaultLogInfoFromJson()
H A Dfaultlogger.cpp483 sysEvent->AsJsonStr().c_str()); in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp126 std::string eventJsonStr = event.AsJsonStr(); in CheckEvent()
H A Dsys_event_dao_test.cpp148 std::cout << "seq=" << it->GetSeq() << ", json=" << it->AsJsonStr() << std::endl;
190 std::cout << "event json=" << it->AsJsonStr() << std::endl;
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp222 std::string DecodedEvent::AsJsonStr() in AsJsonStr() function in OHOS::HiviewDFX::EventRaw::DecodedEvent
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp80 sysEvent->AsJsonStr().c_str()); in IsInterestedPipelineEvent()
147 sysEvent->AsJsonStr().c_str()); in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp853 ASSERT_EQ(event.AsJsonStr(), formattedStr);