Home
last modified time | relevance | path

Searched defs:sysEvent (Results 1 – 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_dao_test.cpp75 auto sysEvent = std::make_shared<SysEvent>("SysEventSource", nullptr, jsonStr); variable
155 auto sysEvent = std::make_shared<SysEvent>("SysEventSource", nullptr, jsonStr); variable
273 auto sysEvent = std::make_shared<SysEvent>("SysEventSource", nullptr, jsonStr); variable
319 auto sysEvent = std::make_shared<SysEvent>("SysEventSource", nullptr, jsonStr); variable
344 EventStore::SysEeventCallBack c = [&](SysEvent &sysEvent) -> int { in __anoncfbb46500102()
/base/hiviewdfx/hiview/base/test/unittest/common/
Dsys_event_test.cpp56 … std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); variable
79 … std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("test", nullptr, sysEventCreator); variable
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_database.cpp41 auto sysEvent = std::make_shared<SysEvent>("FaultLogDatabase", nullptr, jsonStr); in GetSysEventFromFaultLogInfo() local
65 auto sysEvent = std::make_unique<SysEvent>("FaultLogDatabase", nullptr, jsonStr); in ParseFaultLogInfoFromJson() local
87 auto sysEvent = GetSysEventFromFaultLogInfo(info); in SaveFaultLogInfo() local
Dfaultlogger.cpp323 auto sysEvent = std::static_pointer_cast<SysEvent>(event); in OnEvent() local
/base/hiviewdfx/hiview/plugins/hicollie_collector/
Dplugin.cpp82 SysEvent& sysEvent = static_cast<SysEvent&>(eventRef); in OnUnorderedEvent() local
86 void HiCollieCollector::ProcessHiCollieEvent(SysEvent &sysEvent) in ProcessHiCollieEvent()
/base/hiviewdfx/hiview/plugins/eventservice/
Dsys_event_service.cpp81 std::shared_ptr<SysEvent> sysEvent = Event::DownCastTo<SysEvent>(event); in Convert2SysEvent() local
94 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); in OnEvent() local
Devent_json_parser.cpp126 bool EventJsonParser::CheckExtendInfo(const std::string &name, const Json::Value &sysEvent, in EventJsonParser()
/base/hiviewdfx/hiview/base/event_store/
Dsys_event_dao.cpp33 int SysEventDao::Insert(std::shared_ptr<SysEvent> sysEvent) in Insert()
49 int SysEventDao::Update(std::shared_ptr<SysEvent> sysEvent, bool isNotifyChange) in Update()
Dsys_event_query.cpp823 SysEvent sysEvent("", nullptr, it->value); in Execute() local
845 SysEvent sysEvent("", nullptr, entry.value); in ExecuteWithCallback() local
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_tool_query.cpp22 void HiSysEventToolQuery::OnQuery(const ::std::vector<std::string>& sysEvent, in OnQuery()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dhisysevent_query_proxy.cpp22 void HiSysEventQueryProxy::OnQuery(const ::std::vector<std::u16string>& sysEvent, in OnQuery()
Dquery_sys_event_callback_stub.cpp35 std::vector<std::u16string> sysEvent; in OnRemoteRequest() local
Dquery_sys_event_callback_proxy.cpp24 void QuerySysEventCallbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::ve… in OnQuery()
/base/hiviewdfx/hiview/plugins/eventservice/test/unittest/common/
Devent_service_action_test.cpp52 auto sysEvent = std::make_shared<SysEvent>("SysEventService", nullptr, JSON_STR); variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dquery_sys_event_callback_stub.cpp35 std::vector<std::u16string> sysEvent; in OnRemoteRequest() local
Dquery_sys_event_callback_proxy.cpp24 void QuerySysEventCallbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::ve… in OnQuery()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Ddb_helper.cpp116 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>(*record); in UpdateEventIntoDB() local
Dplugin.cpp98 SysEvent& sysEvent = static_cast<SysEvent&>(eventRef); in MakeWatchPoint() local
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp49 auto sysEvent = Event::DownCastTo<SysEvent>(onEvent); in OnEvent() local