Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/common/inc/
Dlinked_list.h47 …ultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNode);
/drivers/peripheral/user_auth/hdi_service/common/src/
Dlinked_list.c51 …TIC ResultCode RemoveNode(LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNode) in RemoveNode() argument
80 if (destroyNode) { in RemoveNode()