Home
last modified time | relevance | path

Searched refs:CheckRepeat (Results 1 – 6 of 6) sorted by relevance

/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);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_dao.cpp53 void SysEventDao::CheckRepeat(SysEvent& event) in CheckRepeat() function in OHOS::HiviewDFX::EventStore::SysEventDao
55 SysEventDatabase::GetInstance().CheckRepeat(event); in CheckRepeat()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_dao.h39 static void CheckRepeat(SysEvent& event);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_database.h40 void CheckRepeat(SysEvent& event);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp130 void SysEventDatabase::CheckRepeat(SysEvent& event) in CheckRepeat() function in OHOS::HiviewDFX::EventStore::SysEventDatabase
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map374 "OHOS::HiviewDFX::EventStore::SysEventDao::CheckRepeat(OHOS::HiviewDFX::SysEvent&)";