Home
last modified time | relevance | path

Searched refs:AsJsonStr (Results 1 - 18 of 18) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserver_fuzzer/
H A Deventserver_fuzzer.cpp47 (void)event.AsJsonStr(); in SysEventServerFuzzTest()
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dsys_event_test.cpp113 std::cout << "size=" << sysEvent->AsJsonStr().size() << ", jsonStr:" << sysEvent->AsJsonStr() << std::endl; in HWTEST_F()
115 auto eventJsonStr = sysEvent->AsJsonStr(); in HWTEST_F()
138 std::cout << "size=" << sysEvent->AsJsonStr().size() << ", jsonStr:" << sysEvent->AsJsonStr() << std::endl; in HWTEST_F()
140 auto eventJsonStr = sysEvent->AsJsonStr(); in HWTEST_F()
583 auto jsonStrOrigin = sysEvent->AsJsonStr(); in HWTEST_F()
584 auto jsonStrBeforeValueAppend = sysEvent->AsJsonStr(); in HWTEST_F()
587 auto jsonStrAfterValueAppend = sysEvent->AsJsonStr(); in HWTEST_F()
593 jsonStrAfterValueAppend = sysEvent->AsJsonStr(); in HWTEST_F()
[all...]
/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.cpp263 auto eventJsonStr = iter->AsJsonStr(); in TransportSysEvent()
H A Dsys_event_service_ohos.cpp207 static_cast<uint32_t>(event->eventType_), Str8ToStr16(event->AsJsonStr())); in OnSysEvent()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp132 HIVIEW_LOGD("FaultDetector receive watchpoint report, jsonExtraInfo is %{public}s", sysEvent.AsJsonStr().c_str()); in OnEventListeningCallback()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_read_handler.cpp128 auto currentEventStr = iter->AsJsonStr(); in HandleQueryResult()
/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_event.h38 std::string AsJsonStr();
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h98 std::string AsJsonStr();
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp181 event.eventId_, event.domain_.c_str(), event.eventName_.c_str(), decodedEvent.AsJsonStr().c_str()); in OnEventListeningCallback()
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp516 std::string SysEvent::AsJsonStr() in AsJsonStr() function in OHOS::SysEvent
525 jsonStr = event.AsJsonStr(); in AsJsonStr()
/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; in HWTEST_F()
190 std::cout << "event json=" << it->AsJsonStr() << std::endl; in HWTEST_F()
/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).c_str()); in ParseFaultLogInfoFromJson()
H A Dfaultlogger.cpp531 HIVIEW_LOGI("Receive %{public}s Event:%{public}s.", event->eventName_.c_str(), sysEvent->AsJsonStr().c_str()); in OnEvent()
/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp222 std::string DecodedEvent::AsJsonStr() in AsJsonStr() function in OHOS::HiviewDFX::EventRaw::DecodedEvent
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp116 sysEvent->AsJsonStr().c_str()); in IsInterestedPipelineEvent()
165 sysEvent->AsJsonStr().c_str()); in OnEvent()
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp853 ASSERT_EQ(event.AsJsonStr(), formattedStr); in HWTEST_F()

Completed in 17 milliseconds