/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_tool_listener.cpp | 30 void HiSysEventToolListener::OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) in OnEvent() argument
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_listener_c.cpp | 31 void HiSysEventListenerC::OnEvent(std::shared_ptr<OHOS::HiviewDFX::HiSysEventRecord> sysEvent) in OnEvent() argument
|
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_rust_listener.cpp | 41 void HiSysEventRustListener::OnEvent(std::shared_ptr<OHOS::HiviewDFX::HiSysEventRecord> sysEvent) in OnEvent() argument
|
/base/hiviewdfx/hiview/plugins/privacy_controller/ |
H A D | privacy_controller.cpp | 54 auto sysEvent = std::static_pointer_cast<SysEvent>(event);
in OnEvent() local
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
H A D | faultevent_listener.cpp | 34 void FaultEventListener::OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) in OnEvent() argument
|
/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/ |
H A D | crash_exception_listener.cpp | 30 void CrashExceptionListener::OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) in OnEvent() argument
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_base_listener.h | 39 std::shared_ptr<HiSysEventRecord> sysEvent = std::make_shared<HiSysEventRecord>(eventDetail); in OnEvent() local
|
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_database_test.cpp | 61 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); in HWTEST_F() local
|
H A D | sys_event_repeat_test.cpp | 75 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); in HWTEST_F() local 106 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); in HWTEST_F() local 147 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); HWTEST_F() local [all...] |
H A D | sys_event_doc_test.cpp | 73 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); in HWTEST_F() local
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/ |
H A D | bbox_detector_module_test.cpp | 68 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator);
in HWTEST_F() local 108 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator);
in HWTEST_F() local 148 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator); HWTEST_F() local 187 auto sysEvent = make_shared<SysEvent>("test", nullptr, sysEventCreator); HWTEST_F() local [all...] |
/base/hiviewdfx/hiview/plugins/event_store/ |
H A D | sys_event_store.cpp | 92 std::shared_ptr<SysEvent> sysEvent = Event::DownCastTo<SysEvent>(event); in Convert2SysEvent() local 106 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); in OnEvent() local [all...] |
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | query_sys_event_callback_stub.cpp | 48 std::vector<std::u16string> sysEvent; in OnRemoteRequest() local
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_publisher_sys_event_callback.cpp | 30 void DataPublisherSysEventCallback::OnQuery(const std::vector<std::u16string>& sysEvent, in OnQuery() argument
|
H A D | query_sys_event_callback_proxy.cpp | 25 void QuerySysEventCallbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) in OnQuery() argument
|
/base/hiviewdfx/hiview/plugins/sys_dispatcher/ |
H A D | sys_dispatcher.cpp | 41 void SysEventDispatcher::DispatchEvent(std::shared_ptr<SysEvent>& sysEvent) in DispatchEvent() argument 63 std::shared_ptr<SysEvent> sysEvent = Event::DownCastTo<SysEvent>(event); in Convert2SysEvent() local 72 auto sysEvent in OnEvent() local [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/panic_handler/ |
H A D | rustpanic_listener.cpp | 33 void RustPanicListener::OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) in OnEvent() argument
|
/base/powermgr/battery_statistics/test/unittest/include/servicetest/utils/ |
H A D | stats_service_write_event.h | 32 std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent = std::make_shared<HiviewDFX::HiSysEventRecord>(eventDetail); in StatsWriteHiSysEvent() local
|
/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | sys_event_dao.cpp | 48 int SysEventDao::Insert(std::shared_ptr<SysEvent> sysEvent) in Insert() argument
|
/base/hiviewdfx/hiview/plugins/crash_validator/ |
H A D | crash_validator.cpp | 82 std::shared_ptr<SysEvent> sysEvent = Event::DownCastTo<SysEvent>(event); in Convert2SysEvent() local 137 void CrashValidator::AddEventToMap(int32_t pid, std::shared_ptr<SysEvent> sysEvent) in AddEventToMap() argument 157 IsNormalExitEvent(std::shared_ptr<SysEvent> sysEvent) IsNormalExitEvent() argument 180 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); OnEvent() local 204 ReportMatchEvent(std::string eventName, std::shared_ptr<SysEvent> sysEvent) ReportMatchEvent() argument 233 ReportDisMatchEvent(std::shared_ptr<SysEvent> sysEvent) ReportDisMatchEvent() argument [all...] |
/base/hiviewdfx/hiview/base/event_store/utility/writer/ |
H A D | sys_event_doc_writer.cpp | 42 int SysEventDocWriter::Write(const std::shared_ptr<SysEvent>& sysEvent)
in Write() argument 126 int SysEventDocWriter::GetContentSize(const std::shared_ptr<SysEvent>& sysEvent, uint32_t& contentSize)
in GetContentSize() argument 142 int SysEventDocWriter::WriteHeader(const std::shared_ptr<SysEvent>& sysEvent, uint32_t contentSize)
in WriteHeader() argument 170 WriteContent(const std::shared_ptr<SysEvent>& sysEvent, uint32_t contentSize) WriteContent() argument [all...] |
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/ |
H A D | fault_detector_manager.cpp | 125 SysEvent& sysEvent = static_cast<SysEvent&>(eventRef); in OnEventListeningCallback() local
|
/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfPlugin.cpp | 121 SysEvent& sysEvent = static_cast<SysEvent&>(eventRef); in OnEventListeningCallback() local 145 void XperfPlugin::XperfDispatch(const SysEvent& sysEvent) in XperfDispatch() argument
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_database.cpp | 50 auto sysEvent = std::make_unique<SysEvent>("FaultLogDatabase", nullptr, rawData); in ParseFaultLogInfoFromJson() local [all...] |
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A 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); HWTEST_F() local 236 auto sysEvent = makeEvent("FreezeDectorTest001", "AAFWK", "APP_INPUT_BLOCK", HWTEST_F() local 287 auto sysEvent = makeEvent("FreezeDectorTest002", "GRAPHIC", "NO_DRAW", HWTEST_F() local 328 auto sysEvent = makeEvent("FreezeDectorTest003", "ACE", "UI_BLOCK_6S", HWTEST_F() local 367 auto sysEvent = makeEvent("FreezeDectorTest004", "AAFWK", "UI_BLOCK_3S", HWTEST_F() local [all...] |