Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h87 struct ListNode c_node; /* context list node */ member
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c245 TEEC_ContextInner *tmp = CONTAINER_OF(ptr, TEEC_ContextInner, c_node); in FindBnContext()
298 ListRemoveEntry(&sContext->c_node); in FindAndRemoveBnContext()
770 ListInsertTail(&g_teecContextList, &context->c_node); in TEEC_InitializeContextInner()