Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp31 constexpr int MAX_FOREGROUND_APPS_SIZE = 10; variable
190 if (foregroundApps_.size() >= MAX_FOREGROUND_APPS_SIZE) { in ProcessForegroundEvent()