Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp602 int32_t tokenTotalFailCount = 0; in AddDebugLog() local
605 tokenTotalFailCount += permissionRecord.rejectCount; in AddDebugLog()
609 tokenTotalFailCount); in AddDebugLog()
611 totalFailCount += tokenTotalFailCount; in AddDebugLog()