Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp32 extern void DestroyContextNode(void *data);
39 extern void DestroyContextNode(void *data);
74 g_contextList = CreateLinkedList(DestroyContextNode);
91 g_contextList = CreateLinkedList(DestroyContextNode);
104 g_contextList = CreateLinkedList(DestroyContextNode);
277 DestroyContextNode(nullptr);
280 DestroyContextNode(nullptr);
284 DestroyContextNode(nullptr);
315 DestroyContextNode(context);
343 DestroyContextNode(context);
[all …]
H A Didentify_funcs_test.cpp22 extern void DestroyContextNode(void *data);
61 g_contextList = CreateLinkedList(DestroyContextNode);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c36 IAM_STATIC void DestroyContextNode(void *data);
47 g_contextList = CreateLinkedList(DestroyContextNode); in InitUserAuthContextList()
152 DestroyContextNode(*context); in GenerateAuthContext()
159 DestroyContextNode(*context); in GenerateAuthContext()
166 DestroyContextNode(*context); in GenerateAuthContext()
242 DestroyContextNode(context); in GenerateIdentifyContext()
248 DestroyContextNode(context); in GenerateIdentifyContext()
559 IAM_STATIC void DestroyContextNode(void *data) in DestroyContextNode() function