Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_nosdk_speed.c70 struct UsbGetDevicePara paraData; in OpenDevice() local
71 paraData.type = USB_PNP_DEVICE_ADDRESS_TYPE; in OpenDevice()
72 paraData.busNum = (uint8_t)g_busNum; in OpenDevice()
73 paraData.devNum = (uint8_t)g_devAddr; in OpenDevice()
74 g_fd = UsbPnpNotifyGetUsbDevice(paraData); in OpenDevice()
266 struct UsbGetDevicePara paraData; in UsbGetDevInfo() local
268 paraData.type = USB_PNP_DEVICE_VENDOR_PRODUCT_TYPE; in UsbGetDevInfo()
269 paraData.vendorId = USB_DEVICE_VENDOR_ID; in UsbGetDevInfo()
270 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbGetDevInfo()
271 usbPnpDevice = UsbPnpNotifyGetUsbDevice(paraData); in UsbGetDevInfo()
H A Dusbhost_sdkapi_speed.c297 struct UsbGetDevicePara paraData; in UsbGetDevInfo() local
299 paraData.type = USB_PNP_DEVICE_VENDOR_PRODUCT_TYPE; in UsbGetDevInfo()
300 paraData.vendorId = USB_DEVICE_VENDOR_ID; in UsbGetDevInfo()
301 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbGetDevInfo()
302 usbPnpDevice = UsbPnpNotifyGetUsbDevice(paraData); in UsbGetDevInfo()
H A Dusbhost_sdkraw_speed.c519 struct UsbGetDevicePara paraData; in UsbGetDevInfo() local
521 paraData.type = USB_PNP_DEVICE_VENDOR_PRODUCT_TYPE; in UsbGetDevInfo()
522 paraData.vendorId = USB_DEVICE_VENDOR_ID; in UsbGetDevInfo()
523 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbGetDevInfo()
524 usbPnpDevice = UsbPnpNotifyGetUsbDevice(paraData); in UsbGetDevInfo()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/
H A Dclient_context.h36 SendData(char *paraData, size_t paraLength, lws_write_protocol paraProtocol) in SendData()
37 : data(paraData), length(paraLength), protocol(paraProtocol) in SendData()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/
H A Dusb_pnp_notify.h119 struct usb_device *UsbPnpNotifyGetUsbDevice(struct UsbGetDevicePara paraData);
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c726 static struct usb_device *UsbPnpNotifyGetUsbDevice(struct UsbGetDevicePara paraData) in UsbPnpNotifyGetUsbDevice() argument
734 switch (paraData.type) { in UsbPnpNotifyGetUsbDevice()
736 if ((pnpNotifyDevicePos->device->address == paraData.devNum) && in UsbPnpNotifyGetUsbDevice()
737 (pnpNotifyDevicePos->device->port_no == paraData.busNum)) { in UsbPnpNotifyGetUsbDevice()
742 if ((UGETW(pnpNotifyDevicePos->device->ddesc.idVendor) == paraData.vendorId) && in UsbPnpNotifyGetUsbDevice()
743 (UGETW(pnpNotifyDevicePos->device->ddesc.idProduct) == paraData.productId)) { in UsbPnpNotifyGetUsbDevice()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c480 struct UsbGetDevicePara paraData; in UsbRawTestEntry() local
482 paraData.type = USB_PNP_DEVICE_VENDOR_PRODUCT_TYPE; in UsbRawTestEntry()
483 paraData.vendorId = USB_DEVICE_VENDOR_ID; in UsbRawTestEntry()
484 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbRawTestEntry()
485 usbPnpDevice = UsbPnpNotifyGetUsbDevice(paraData); in UsbRawTestEntry()
H A Dusb_test.c1793 struct UsbGetDevicePara paraData; in UsbTestEntry() local
1795 paraData.type = USB_PNP_DEVICE_VENDOR_PRODUCT_TYPE; in UsbTestEntry()
1796 paraData.vendorId = USB_DEVICE_VENDOR_ID; in UsbTestEntry()
1797 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbTestEntry()
1798 usbPnpDevice = UsbPnpNotifyGetUsbDevice(paraData); in UsbTestEntry()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dliteos_adapter.c413 struct UsbGetDevicePara paraData; in OsInitDevice() local
414 paraData.type = USB_PNP_DEVICE_ADDRESS_TYPE; in OsInitDevice()
415 paraData.busNum = dev->busNum; in OsInitDevice()
416 paraData.devNum = dev->devAddr; in OsInitDevice()
417 osDev->adapterDevice = UsbPnpNotifyGetUsbDevice(paraData); in OsInitDevice()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp107 SendData(void *paraData, size_t paraLength, lws_write_protocol paraProtocol) in SendData()
108 : data(paraData), length(paraLength), protocol(paraProtocol) in SendData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1506 PragmaData paraData = static_cast<PragmaData>(&param); variable
1507 EXPECT_EQ(g_kvNbDelegatePtr->Pragma(EXEC_CHECKPOINT, paraData), OK);
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2066 PragmaData paraData = static_cast<PragmaData>(&param); variable
2067 g_kvNbDelegatePtr->Pragma(EXEC_CHECKPOINT, paraData);