Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h28 typedef bool (*MatchFunc)(const void *data, const void *condition); typedef
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_filter.h32 using MatchFunc = std::function<bool(std::string, std::string)>; variable