Home
last modified time | relevance | path

Searched refs:QueryHappentime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_repeat_test.cpp179 …ASSERT_EQ(SysEventRepeatDb::GetInstance().QueryHappentime(sysEventHashRecord), sysEventHashRecord.…
181 ASSERT_EQ(SysEventRepeatDb::GetInstance().QueryHappentime(sysEventHashRecord), 0);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_repeat_db.h40 int64_t QueryHappentime(SysEventHashRecord &sysEventHashRecord);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_guard.cpp106 auto happentime = SysEventRepeatDb::GetInstance().QueryHappentime(sysEventHashRecord); in IsEventRepeat()
H A Dsys_event_repeat_db.cpp208 int64_t SysEventRepeatDb::QueryHappentime(SysEventHashRecord &sysEventHashRecord) in QueryHappentime() function in OHOS::HiviewDFX::SysEventRepeatDb