Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.cpp67 int checkCounts = IsInBackground() ? IDLE_INBACKGROUND_CHECK_LENGTH : IDLE_CHECK_LENGTH; in CheckLowNotifyState() local
69 checkCounts, static_cast<int>(numberOfLowIdleNotifyCycles_)); in CheckLowNotifyState()
70 return numberOfLowIdleNotifyCycles_ >= static_cast<int64_t>(checkCounts); in CheckLowNotifyState()
75 int checkCounts = IsInBackground() ? IDLE_INBACKGROUND_CHECK_LENGTH : IDLE_CHECK_LENGTH; in CheckLowRunningDurationState() local
77 checkCounts, static_cast<int>(numberOfHighIdleTimeRatio_)); in CheckLowRunningDurationState()
78 return numberOfHighIdleTimeRatio_ >= static_cast<int64_t>(checkCounts); in CheckLowRunningDurationState()