/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | sys_event_dao.cpp | 30 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 D | sys_event_repeat_test.cpp | 79 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 D | sys_event_dao_test.cpp | 89 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 D | sys_event_backup_test.cpp | 89 std::string databaseDir(SysEventDao::GetDatabaseDir());
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/store/ |
H A D | sys_event_db_mgr.cpp | 29 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 D | sys_event_sequence_mgr.cpp | 58 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 D | hisysevent_util.cpp | 25 auto sysEventQuery = EventStore::SysEventDao::BuildQuery("KERNEL_VENDOR", {name}); in IsEventProcessed()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | sys_event_dao.h | 29 class SysEventDao {
|
H A D | sys_event_query.h | 74 class SysEventDao; variable 293 friend class SysEventDao; variable
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_database.cpp | 131 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 D | sys_event_store.cpp | 120 EventStore::SysEventDao::Backup(); in OnEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/ |
H A D | event_read_handler.cpp | 99 query = EventStore::SysEventDao::BuildQuery(iter->first, iter->second, 0, endSeq, beginSeq); in QuerySysEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | db_helper.cpp | 81 … auto eventQuery = EventStore::SysEventDao::BuildQuery(result.GetDomain(), {result.GetStringId()}); in SelectEventFromDB()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | event_query_wrapper_builder.cpp | 375 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 D | libhiviewbase.map | 260 …"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 D | faultlogger_unittest.cpp | 704 EventStore::SysEventDao::Insert(sysEvent); 841 EventStore::SysEventDao::Insert(sysEvent);
|