Home
last modified time | relevance | path

Searched refs:matchFunc (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dlinked_list.c51 IAM_STATIC ResultCode RemoveNode(LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNode) in RemoveNode() argument
57 if (matchFunc == NULL) { in RemoveNode()
58 LOG_ERROR("matchFunc is null"); in RemoveNode()
64 if (matchFunc(node->data, condition)) { in RemoveNode()
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h47 ResultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNode);

Completed in 1 milliseconds