/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_wrote_result_check_test.cpp | 211 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 D | hisysevent_native_test.cpp | 76 sysEvent->AsJson().c_str()); in OnEvent()
|
/ohos5.0/base/security/security_guard/services/data_collect/collect/hiview/ |
H A D | hiview_listener.cpp | 40 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 D | hisysevent_tool_listener.cpp | 39 std::cout << sysEvent->AsJson() << std::endl; in OnEvent()
|
H A D | hisysevent_tool_query.cpp | 42 std::cout << sysEventRecord.AsJson() << std::endl; in OnQuery()
|
H A D | hisysevent_json_decorator.cpp | 163 std::string origin = record.AsJson(); in HiSysEventJsonDecorator()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
H A D | faultevent_listener.cpp | 39 auto str = sysEvent->AsJson(); in OnEvent()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 42 std::string AsJson() const;
|
/ohos5.0/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 41 (void)record.AsJson(); in HiSysEventRecordTest()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-listening.md | 54 |std::string HiSysEventRecord::AsJson()|接口功能:获取该系统事件的内容。<br/>输入参数:<br/>无。<br/>返回值:<br/>该系统事件的内… 130 std::cout << record->AsJson() << std::endl; 251 std::cout << record->AsJson() << std::endl;
|
H A D | subsys-dfx-hisysevent-query.md | 185 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 D | hisysevent_record_convertor.cpp | 61 …return OHOS::HiviewDFX::StringUtil::CreateCString(&recordStruct.jsonStr, recordObj.AsJson(), maxLe… in ConvertJsonStr()
|
H A D | hisysevent_record.cpp | 144 std::string HiSysEventRecord::AsJson() const in AsJson() function in OHOS::HiviewDFX::HiSysEventRecord
|
H A D | libhisyseventmanager.map | 13 "OHOS::HiviewDFX::HiSysEventRecord::AsJson() const";
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-listening.md | 54 |std::string 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 D | subsys-dfx-hisysevent-query.md | 185 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 D | hisysevent_observer.cpp | 94 std::string eventDetail = sysEvent->AsJson(); in OnEvent()
|
/ohos5.0/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_listener.cpp | 54 std::string eventDetail = sysEvent->AsJson(); in OnEvent()
|