Home
last modified time | relevance | path

Searched refs:SysEventDao (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_dao.cpp30 std::shared_ptr<SysEventQuery> SysEventDao::BuildQuery(const std::string& domain, in BuildQuery()
40 std::shared_ptr<SysEventQuery> SysEventDao::BuildQuery(const std::string& domain, in BuildQuery()
48 int SysEventDao::Insert(std::shared_ptr<SysEvent> sysEvent) in Insert()
53 void SysEventDao::CheckRepeat(SysEvent& event) in CheckRepeat()
58 void SysEventDao::Backup() in Backup()
64 void SysEventDao::Restore() in Restore()
70 void SysEventDao::Clear() in Clear()
75 std::string SysEventDao::GetDatabaseDir() in GetDatabaseDir()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_repeat_test.cpp79 EventStore::SysEventDao::CheckRepeat(sysEvent);
86 EventStore::SysEventDao::CheckRepeat(repeatSysEvent);
110 EventStore::SysEventDao::CheckRepeat(sysEvent);
118 EventStore::SysEventDao::CheckRepeat(repeatSysEvent);
129 EventStore::SysEventDao::CheckRepeat(repackSysEvent);
151 EventStore::SysEventDao::CheckRepeat(sysEvent);
158 EventStore::SysEventDao::CheckRepeat(repeatSysEvent);
H A Dsys_event_dao_test.cpp89 int retCode = EventStore::SysEventDao::Insert(sysEvent);
120 int retCode1 = EventStore::SysEventDao::Insert(sysEvent1);
136 int retCode2 = EventStore::SysEventDao::Insert(sysEvent2);
173 int retCode = EventStore::SysEventDao::Insert(sysEvent);
176 auto sysEventQuery = EventStore::SysEventDao::BuildQuery("DEMO", {"SYS_EVENT_DAO_TEST"});
209 auto sysEventQuery = EventStore::SysEventDao::BuildQuery("dA", {"e11", "e12", "e13"});
235 auto sysEventQuery = EventStore::SysEventDao::BuildQuery("d1", {"e1"});
258 auto sysEventQuery = EventStore::SysEventDao::BuildQuery("d1", {"e1"}); in __anon395674630202()
281 auto sysEventQuery = EventStore::SysEventDao::BuildQuery("d1", {"e1"});
301 auto sysEventQuery = EventStore::SysEventDao::BuildQuery("d1", {"e1"});
[all …]
H A Dsys_event_backup_test.cpp89 std::string databaseDir(SysEventDao::GetDatabaseDir());
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/store/
H A Dsys_event_db_mgr.cpp29 using EventStore::SysEventDao;
34 SysEventDao::Insert(event); in SaveToStore()
53 SysEventDao::Clear(); in CheckStore()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/sequence/
H A Dsys_event_sequence_mgr.cpp58 EventStore::SysEventDao::Restore(); in SysEventSequenceManager()
99 return EventStore::SysEventDao::GetDatabaseDir() + SEQ_PERSISTS_FILE_NAME; in GetSequenceFile()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dhisysevent_util.cpp25 auto sysEventQuery = EventStore::SysEventDao::BuildQuery("KERNEL_VENDOR", {name}); in IsEventProcessed()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_dao.h29 class SysEventDao {
H A Dsys_event_query.h74 class SysEventDao; variable
293 friend class SysEventDao; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp131 auto query = EventStore::SysEventDao::BuildQuery(domain, faultNames); in CreateQueries()
147 auto query = EventStore::SysEventDao::BuildQuery(HiSysEvent::Domain::RELIABILITY, name); in CreateQueries()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp120 EventStore::SysEventDao::Backup(); in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_read_handler.cpp99 query = EventStore::SysEventDao::BuildQuery(iter->first, iter->second, 0, endSeq, beginSeq); in QuerySysEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.cpp81 … auto eventQuery = EventStore::SysEventDao::BuildQuery(result.GetDomain(), {result.GetStringId()}); in SelectEventFromDB()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp375 query_ = EventStore::SysEventDao::BuildQuery(queryRule.domain, queryRule.eventList, in BuildQuery()
406 query_ = EventStore::SysEventDao::BuildQuery(queryRule.domain, queryRule.eventList, in BuildQuery()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map260 …"OHOS::HiviewDFX::EventStore::SysEventDao::BuildQuery(std::__h::basic_string<char, std::__h::char_…
265 …"OHOS::HiviewDFX::EventStore::SysEventDao::BuildQuery(std::__h::basic_string<char, std::__h::char_…
266 …"OHOS::HiviewDFX::EventStore::SysEventDao::BuildQuery(std::__h::basic_string<char, std::__h::char_…
374 "OHOS::HiviewDFX::EventStore::SysEventDao::CheckRepeat(OHOS::HiviewDFX::SysEvent&)";
375 "OHOS::HiviewDFX::EventStore::SysEventDao::Clear()";
376 …"OHOS::HiviewDFX::EventStore::SysEventDao::Insert(std::__h::shared_ptr<OHOS::HiviewDFX::SysEvent>)…
386 "OHOS::HiviewDFX::EventStore::SysEventDao::Backup()";
387 "OHOS::HiviewDFX::EventStore::SysEventDao::GetDatabaseDir()";
388 "OHOS::HiviewDFX::EventStore::SysEventDao::Restore()";
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp704 EventStore::SysEventDao::Insert(sysEvent);
841 EventStore::SysEventDao::Insert(sysEvent);