Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_session_manager.c44 static uint32_t g_operationCount = 0; variable
86 --g_operationCount; in DeleteKeyNodeAndDecreaseGlobalCount()
87 HKS_LOG_I("delete operation count:%" LOG_PUBLIC "u", g_operationCount); in DeleteKeyNodeAndDecreaseGlobalCount()
115 if (g_operationCount < MAX_OPERATIONS_COUNT) { in DeleteFirstTimeOutBatchOperation()
172 if (g_operationCount < MAX_OPERATIONS_EACH_TOKEN_ID) { in DeleteForTokenIdIfExceedLimit()
203 if (g_operationCount >= MAX_OPERATIONS_COUNT) { in AddOperation()
213 ++g_operationCount; in AddOperation()
214 HKS_LOG_I("add operation count:%" LOG_PUBLIC "u", g_operationCount); in AddOperation()
417 --g_operationCount; in DeleteOperation()
418 HKS_LOG_D("delete operation count:%" LOG_PUBLIC "u", g_operationCount); in DeleteOperation()