Home
last modified time | relevance | path

Searched refs:delCnt (Results 1 - 1 of 1) sorted by relevance

/base/security/device_security_level/services/dslm/
H A Ddslm_fsm_process.c395 uint32_t delCnt = historyCnt > MAX_HISTORY_CNT ? (historyCnt - MAX_HISTORY_CNT) : 0; in RefreshHistoryList() local
397 info->historyListSize = historyCnt - delCnt; in RefreshHistoryList()
400 if (delCnt <= 0) { in RefreshHistoryList()
403 delCnt--; in RefreshHistoryList()

Completed in 1 milliseconds