Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h212 const size_t HISTORY_MAX_SIZE = 100; variable
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp476 if (historyEventRecords_.size() == HISTORY_MAX_SIZE) { in EnqueueHistoryEventRecord()