Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_fsm_process.c391 uint32_t historyCnt = 0; in RefreshHistoryList() local
393 historyCnt++; in RefreshHistoryList()
395 uint32_t delCnt = historyCnt > MAX_HISTORY_CNT ? (historyCnt - MAX_HISTORY_CNT) : 0; in RefreshHistoryList()
397 info->historyListSize = historyCnt - delCnt; in RefreshHistoryList()