Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_pnp_test.c67 if (cmdType == USB_PNP_NOTIFY_REMOVE_TEST) { in TestInitPnpInfo()
83 if (cmdType != USB_PNP_NOTIFY_REMOVE_TEST) { in TestInitPnpInfo()
126 TestInitPnpInfo(USB_PNP_NOTIFY_REMOVE_TEST); in TestPnpRemove()
128 …int32_t status = serv->dispatcher->Dispatch(&serv->object, USB_PNP_NOTIFY_REMOVE_TEST, g_data, g_r… in TestPnpRemove()
/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_pnp_manage.h25 USB_PNP_NOTIFY_REMOVE_TEST, enumerator
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_pnp_manage.h25 USB_PNP_NOTIFY_REMOVE_TEST, enumerator
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c451 if (g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_REMOVE_TEST) { in TestPnpNotifyFillInfoTable()
467 if (g_usbPnpNotifyCmdType != USB_PNP_NOTIFY_REMOVE_TEST) { in TestPnpNotifyFillInfoTable()
582 (g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_REMOVE_TEST)) { in UsbPnpNotifyReportThread()
812 case USB_PNP_NOTIFY_REMOVE_TEST: in UsbPnpNotifyDispatch()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c471 if (g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_REMOVE_TEST) { in TestPnpNotifyFillInfoTable()
487 if (g_usbPnpNotifyCmdType != USB_PNP_NOTIFY_REMOVE_TEST) { in TestPnpNotifyFillInfoTable()
584 (g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_REMOVE_TEST)) { in UsbPnpNotifyReportThread()
901 case USB_PNP_NOTIFY_REMOVE_TEST: in UsbPnpNotifyDispatch()
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c1013 case USB_PNP_NOTIFY_REMOVE_TEST: in UsbDdkPnpLoaderEventReceived()