/base/hiviewdfx/hisysevent/test/moduletest/common/ |
D | hisysevent_wrote_result_check_test.cpp | 65 void OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) final in OnEvent() 134 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390202() 155 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390302() 176 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390402() 197 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390502() 217 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390602() 242 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390702() 268 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390802() 294 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390902() 320 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in __anon6d5fb9390a02() [all …]
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/ |
D | bbox_detector_module_test.cpp | 62 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator); variable 97 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator); variable 132 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator); variable 166 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator); variable
|
/base/hiviewdfx/hiview/plugins/sys_dispatcher/ |
D | sys_dispatcher.cpp | 45 void SysEventDispatcher::DispatchEvent(std::shared_ptr<SysEvent>& sysEvent) in DispatchEvent() 67 std::shared_ptr<SysEvent> sysEvent = Event::DownCastTo<SysEvent>(event); in Convert2SysEvent() local 76 auto sysEvent = Convert2SysEvent(event); in OnEvent() local
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
D | freeze_detector_test.cpp | 51 auto sysEvent = std::make_shared<SysEvent>(name, nullptr, jsonStr); in makeEvent() local 181 auto sysEvent = std::make_shared<SysEvent>("FreezeDetectorProxyTest001", nullptr, jsonStr); variable 236 auto sysEvent = makeEvent("FreezeDectorTest001", "AAFWK", "APP_INPUT_BLOCK", variable 287 auto sysEvent = makeEvent("FreezeDectorTest002", "GRAPHIC", "NO_DRAW", variable 328 auto sysEvent = makeEvent("FreezeDectorTest003", "ACE", "UI_BLOCK_6S", variable 367 auto sysEvent = makeEvent("FreezeDectorTest004", "AAFWK", "UI_BLOCK_3S", variable
|
/base/hiviewdfx/hiview/plugins/event_store/ |
D | sys_event_store.cpp | 74 std::shared_ptr<SysEvent> sysEvent = Event::DownCastTo<SysEvent>(event); in Convert2SysEvent() local 87 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); in OnEvent() local
|
/base/hiviewdfx/hiview/base/event_store/store/ |
D | sys_event_doc.cpp | 47 int SysEventDoc::Insert(const std::shared_ptr<SysEvent>& sysEvent) in Insert() 86 int SysEventDoc::InitWriter(const std::shared_ptr<SysEvent>& sysEvent) in InitWriter() 121 int SysEventDoc::UpdateCurFile(const std::shared_ptr<SysEvent>& sysEvent) in UpdateCurFile() 166 int SysEventDoc::CreateCurFile(const std::string& dir, const std::shared_ptr<SysEvent>& sysEvent) in CreateCurFile()
|
/base/hiviewdfx/hiview/base/event_store/utility/writer/ |
D | sys_event_doc_writer.cpp | 54 int SysEventDocWriter::Write(const std::shared_ptr<SysEvent>& sysEvent) in Write() 129 int SysEventDocWriter::GetContentSize(const std::shared_ptr<SysEvent>& sysEvent, uint32_t& contentS… in GetContentSize() 144 int SysEventDocWriter::WriteHeader(const std::shared_ptr<SysEvent>& sysEvent, uint32_t contentSize) in WriteHeader() 168 int SysEventDocWriter::WriteContent(const std::shared_ptr<SysEvent>& sysEvent, uint32_t contentSize) in WriteContent() 182 int SysEventDocWriter::BuildContent(const std::shared_ptr<SysEvent>& sysEvent, in BuildContent()
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
D | bbox_detector_plugin.cpp | 53 auto sysEvent = Event::DownCastTo<SysEvent>(event); in OnEvent() local 66 void BBoxDetectorPlugin::HandleBBoxEvent(std::shared_ptr<SysEvent> &sysEvent) in HandleBBoxEvent()
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | sys_event_test.cpp | 56 … std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); variable 81 … std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); variable
|
/base/hiviewdfx/hisysevent/frameworks/native/ |
D | hisysevent_tool_listener.cpp | 29 void HiSysEventToolListener::OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) in OnEvent()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
D | hisysevent_listener_c.cpp | 27 void HiSysEventListenerC::OnEvent(std::shared_ptr<OHOS::HiviewDFX::HiSysEventRecord> sysEvent) in OnEvent()
|
/base/update/sys_installer/services/module_update/service/src/ |
D | crash_sys_event_listener.cpp | 26 void CrashSysEventListener::OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) in OnEvent()
|
/base/hiviewdfx/faultloggerd/test/unittest/panic_handler/ |
D | rustpanic_listener.cpp | 23 void RustPanicListener::OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) in OnEvent()
|
/base/powermgr/battery_statistics/test/unittest/include/servicetest/utils/ |
D | stats_service_write_event.h | 32 …std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent = std::make_shared<HiviewDFX::HiSysEventReco… in StatsWriteHiSysEvent() local
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
D | hisysevent_query_proxy.cpp | 27 … for_each(sysEvents.cbegin(), sysEvents.cend(), [&destSysEvents](const std::u16string& sysEvent) { in OnQuery()
|
D | query_sys_event_callback_stub.cpp | 43 std::vector<std::u16string> sysEvent; in OnRemoteRequest() local
|
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
D | hisysevent_rust_listener.cpp | 37 void HiSysEventRustListener::OnEvent(std::shared_ptr<OHOS::HiviewDFX::HiSysEventRecord> sysEvent) in OnEvent()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
D | platform_monitor.cpp | 242 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("", nullptr, eventCreator); in CreateProfileReport() local 268 std::shared_ptr<SysEvent> sysEvent = CreateProfileReport(perfMeasure); in ReportCycleProfile() local 369 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("", nullptr, eventCreator); in ReportBreakProfile() local 380 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("", nullptr, eventCreator); in ReportRecoverProfile() local
|
D | sysevent_source.cpp | 123 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); in CheckValidSysEvent() local 150 std::shared_ptr<SysEvent> sysEvent = Event::DownCastTo<SysEvent>(event); in Convert2SysEvent() local
|
/base/hiviewdfx/faultloggerd/tools/crash_validator/ |
D | crash_validator.cpp | 58 void CrashValidator::OnEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent) in OnEvent() 167 void CrashValidator::HandleCppCrashEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent) in HandleCppCrashEvent() 184 void CrashValidator::HandleProcessExitEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent) in HandleProcessExitEvent()
|
/base/hiviewdfx/hiview/core/test/unittest/common/ |
D | event_json_parser_test.cpp | 52 auto sysEvent = std::make_shared<SysEvent>("SysEventService", nullptr, JSON_STR); variable
|
/base/hiviewdfx/hiview/base/event_store/dao/ |
D | sys_event_dao.cpp | 46 int SysEventDao::Insert(std::shared_ptr<SysEvent> sysEvent) in Insert()
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
D | faultevent_listener.cpp | 34 void FaultEventListener::OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) in OnEvent()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
D | hisysevent_base_listener.h | 39 … std::shared_ptr<HiSysEventRecord> sysEvent = std::make_shared<HiSysEventRecord>(eventDetail); in OnEvent() local
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/ |
D | bbox_detector_unit_test.cpp | 54 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator); variable
|