Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c58 struct DevMgrMatchKey { struct
79 struct DevMgrMatchKey *matchKey = NULL; in DevMgrUeventReleaseKeyList() argument
80 struct DevMgrMatchKey *matchKeyTmp = NULL; in DevMgrUeventReleaseKeyList()
179 struct DevMgrMatchKey *matchKey = (struct DevMgrMatchKey *)OsalMemCalloc(sizeof(*matchKey)); in DevMgrUeventParseMatchKey()
304 struct DevMgrMatchKey *matchKey = NULL; in DevMgrUeventDisplayRuleCfgList()
434 struct DevMgrMatchKey *key = NULL; in DevMgrUeventMatchRule()
435 struct DevMgrMatchKey *keyMsg = NULL; in DevMgrUeventMatchRule()
437 DLIST_FOR_EACH_ENTRY(key, ruleKeyList, struct DevMgrMatchKey, entry) { in DevMgrUeventMatchRule()
439 DLIST_FOR_EACH_ENTRY(keyMsg, keyList, struct DevMgrMatchKey, entry) { in DevMgrUeventMatchRule()
496 struct DevMgrMatchKey *key = NULL; in DevMgrParseUevent()
[all …]