Home
last modified time | relevance | path

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

/base/notification/common_event_service/frameworks/core/include/
Dcommon_event_constant.h29 constexpr int8_t MAX_HISTORY_SIZE = 100; variable
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_proxy.cpp302 stackNum = stackNum > MAX_HISTORY_SIZE ? MAX_HISTORY_SIZE : stackNum; in DumpState()