| /base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
| D | sys_event_dao_test.cpp | 75 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/ |
| D | sys_event_test.cpp | 56 … 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/ |
| D | faultlog_database.cpp | 41 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
|
| D | faultlogger.cpp | 323 auto sysEvent = std::static_pointer_cast<SysEvent>(event); in OnEvent() local
|
| /base/hiviewdfx/hiview/plugins/hicollie_collector/ |
| D | plugin.cpp | 82 SysEvent& sysEvent = static_cast<SysEvent&>(eventRef); in OnUnorderedEvent() local 86 void HiCollieCollector::ProcessHiCollieEvent(SysEvent &sysEvent) in ProcessHiCollieEvent()
|
| /base/hiviewdfx/hiview/plugins/eventservice/ |
| D | sys_event_service.cpp | 81 std::shared_ptr<SysEvent> sysEvent = Event::DownCastTo<SysEvent>(event); in Convert2SysEvent() local 94 std::shared_ptr<SysEvent> sysEvent = Convert2SysEvent(event); in OnEvent() local
|
| D | event_json_parser.cpp | 126 bool EventJsonParser::CheckExtendInfo(const std::string &name, const Json::Value &sysEvent, in EventJsonParser()
|
| /base/hiviewdfx/hiview/base/event_store/ |
| D | sys_event_dao.cpp | 33 int SysEventDao::Insert(std::shared_ptr<SysEvent> sysEvent) in Insert() 49 int SysEventDao::Update(std::shared_ptr<SysEvent> sysEvent, bool isNotifyChange) in Update()
|
| D | sys_event_query.cpp | 823 SysEvent sysEvent("", nullptr, it->value); in Execute() local 845 SysEvent sysEvent("", nullptr, entry.value); in ExecuteWithCallback() local
|
| /base/hiviewdfx/hisysevent/frameworks/native/ |
| D | hisysevent_tool_query.cpp | 22 void HiSysEventToolQuery::OnQuery(const ::std::vector<std::string>& sysEvent, in OnQuery()
|
| /base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
| D | hisysevent_query_proxy.cpp | 22 void HiSysEventQueryProxy::OnQuery(const ::std::vector<std::u16string>& sysEvent, in OnQuery()
|
| D | query_sys_event_callback_stub.cpp | 35 std::vector<std::u16string> sysEvent; in OnRemoteRequest() local
|
| D | query_sys_event_callback_proxy.cpp | 24 void QuerySysEventCallbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::ve… in OnQuery()
|
| /base/hiviewdfx/hiview/plugins/eventservice/test/unittest/common/ |
| D | event_service_action_test.cpp | 52 auto sysEvent = std::make_shared<SysEvent>("SysEventService", nullptr, JSON_STR); variable
|
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
| D | query_sys_event_callback_stub.cpp | 35 std::vector<std::u16string> sysEvent; in OnRemoteRequest() local
|
| D | query_sys_event_callback_proxy.cpp | 24 void QuerySysEventCallbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::ve… in OnQuery()
|
| /base/hiviewdfx/hiview/plugins/freeze_detector/ |
| D | db_helper.cpp | 116 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>(*record); in UpdateEventIntoDB() local
|
| D | plugin.cpp | 98 SysEvent& sysEvent = static_cast<SysEvent&>(eventRef); in MakeWatchPoint() local
|
| /base/hiviewdfx/hiview/plugins/eventlogger/ |
| D | event_logger.cpp | 49 auto sysEvent = Event::DownCastTo<SysEvent>(onEvent); in OnEvent() local
|