Searched refs:DdkListenerMgrNotifyOne (Results 1 – 1 of 1) sorted by relevance
68 static int32_t DdkListenerMgrNotifyOne(const struct UsbPnpNotifyMatchInfoTable *device, void *priv) in DdkListenerMgrNotifyOne() function127 if (DdkListenerMgrNotifyOne(device, &handlePriv) != HDF_SUCCESS) { in DdkListenerMgrNotifyAll()153 int32_t ret = DdkDevMgrForEachDeviceSafe(DdkListenerMgrNotifyOne, (void *)&handlePriv); in DdkListenerMgrAdd()