Home
last modified time | relevance | path

Searched refs:g_operationList (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.c43 static struct DoubleList g_operationList = { &g_operationList, &g_operationList }; variable
95 HKS_DLIST_ITER(operation, &g_operationList) { in DeleteFirstAbortableOperation()
121 HKS_DLIST_ITER(operation, &g_operationList) { in DeleteFirstTimeOutBatchOperation()
152 HKS_DLIST_ITER(operation, &g_operationList) { in DeleteFirstAbortableOperationForTokenId()
177 HKS_DLIST_ITER(operation, &g_operationList) { in DeleteForTokenIdIfExceedLimit()
212 AddNodeAtDoubleListTail(&g_operationList, &operation->listHead); in AddOperation()
373 HKS_DLIST_ITER(operation, &g_operationList) { in QueryOperationAndMarkInUse()
410 HKS_DLIST_ITER(operation, &g_operationList) { in DeleteOperation()
449 HKS_DLIST_SAFT_ITER(operation, &g_operationList) { in DeleteSessionByProcessInfo()