Home
last modified time | relevance | path

Searched refs:AsJson (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_wrote_result_check_test.cpp211 std::string eventJsonStr = sysEvent->AsJson(); in __anon1cb05ef20502()
334 std::string eventJsonStr = sysEvent->AsJson(); in __anon1cb05ef20a02()
380 std::string eventJsonStr = sysEvent->AsJson(); in __anon1cb05ef20c02()
405 std::string eventJsonStr = sysEvent->AsJson(); in __anon1cb05ef20d02()
448 std::string eventJsonStr = sysEvent->AsJson(); in __anon1cb05ef20f02()
468 std::string eventJsonStr = sysEvent->AsJson(); in __anon1cb05ef21002()
H A Dhisysevent_native_test.cpp76 sysEvent->AsJson().c_str()); in OnEvent()
/ohos5.0/base/security/security_guard/services/data_collect/collect/hiview/
H A Dhiview_listener.cpp40 SGLOGD("Hiview OnEvent: %{public}s", sysEvent->AsJson().c_str()); in OnEvent()
67 std::string eventJsonStr = sysEvent->AsJson(); in GetSecEvent()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool_listener.cpp39 std::cout << sysEvent->AsJson() << std::endl; in OnEvent()
H A Dhisysevent_tool_query.cpp42 std::cout << sysEventRecord.AsJson() << std::endl; in OnQuery()
H A Dhisysevent_json_decorator.cpp163 std::string origin = record.AsJson(); in HiSysEventJsonDecorator()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/
H A Dfaultevent_listener.cpp39 auto str = sysEvent->AsJson(); in OnEvent()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record.h42 std::string AsJson() const;
/ohos5.0/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp41 (void)record.AsJson(); in HiSysEventRecordTest()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-listening.md54 |std::string&nbsp;HiSysEventRecord::AsJson()|接口功能:获取该系统事件的内容。<br/>输入参数:<br/>无。<br/>返回值:<br/>该系统事件的内…
130 std::cout << record->AsJson() << std::endl;
251 std::cout << record->AsJson() << std::endl;
H A Dsubsys-dfx-hisysevent-query.md185 std::cout << event.AsJson() << std::endl;
301 std::cout << event.AsJson() << std::endl;
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_convertor.cpp61 …return OHOS::HiviewDFX::StringUtil::CreateCString(&recordStruct.jsonStr, recordObj.AsJson(), maxLe… in ConvertJsonStr()
H A Dhisysevent_record.cpp144 std::string HiSysEventRecord::AsJson() const in AsJson() function in OHOS::HiviewDFX::HiSysEventRecord
H A Dlibhisyseventmanager.map13 "OHOS::HiviewDFX::HiSysEventRecord::AsJson() const";
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-listening.md54 |std::string&nbsp;HiSysEventRecord::AsJson()|Obtains the content of a system event.<br>Input argume…
130 std::cout << record->AsJson() << std::endl;
251 std::cout << record->AsJson() << std::endl;
H A Dsubsys-dfx-hisysevent-query.md185 std::cout << event.AsJson() << std::endl;
301 std::cout << event.AsJson() << std::endl;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dhisysevent_observer.cpp94 std::string eventDetail = sysEvent->AsJson(); in OnEvent()
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_listener.cpp54 std::string eventDetail = sysEvent->AsJson(); in OnEvent()