Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dlinked_list.c51 IAM_STATIC ResultCode RemoveNode(LinkedList *list, void *condition, MatchFunc matchFunc, bool destr… in RemoveNode() argument
57 if (matchFunc == NULL) { in RemoveNode()
64 if (matchFunc(node->data, condition)) { in RemoveNode()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h47 …ResultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNo…
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp220 auto matchFunc = [name](const SectionName &sec) -> bool { in MatchSecName() local
227 return std::any_of(SECTION_NAMES, SECTION_NAMES + size, matchFunc); in MatchSecName()