Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/common/inc/
Dlinked_list.h28 typedef bool (*MatchFunc)(void *data, void *condition); typedef
47 …ResultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNo…
/drivers/peripheral/user_auth/hdi_service/common/src/
Dlinked_list.c51 IAM_STATIC ResultCode RemoveNode(LinkedList *list, void *condition, MatchFunc matchFunc, bool destr… in RemoveNode()