Home
last modified time | relevance | path

Searched refs:MAX_DB_COUNT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_repeat_test.cpp36 constexpr int MAX_DB_COUNT = 10000; variable
173 for (int i = 0; i < MAX_DB_COUNT; ++i) {
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp35 constexpr int32_t MAX_DB_COUNT = 10000; variable
123 if (dbCount_ <= MAX_DB_COUNT) { in CheckAndClearDb()