Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c37 if (pipeObj == NULL) { in IfFreePipeObj()
42 pipeObj->object.objectId = 0; in IfFreePipeObj()
44 RawUsbMemFree(pipeObj); in IfFreePipeObj()
67 if (pipeObj == NULL) { in IfDestroyPipeObj()
436 struct UsbPipe *pipeObj = NULL; in IfGetRequestPipeType() local
463 if (pipeObj == NULL) { in IfGetRequestPipeType()
468 *pipeType = pipeObj->info.pipeType; in IfGetRequestPipeType()
844 *pipeObj = pipeObjTemp; in UsbIfCreatPipeObj()
1519 struct UsbPipe *pipeObj = NULL; in UsbGetPipeInfo() local
1548 if (pipeObj == NULL) { in UsbGetPipeInfo()
[all …]
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h117 int32_t UsbIfCreatPipeObj(const struct UsbSdkInterface *interfaceObj, struct UsbPipe **pipeObj);
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp1339 napi_value pipeObj = argv[INDEX_0]; in PipeSetInterface() local
1341 napi_typeof(env, pipeObj, &type); in PipeSetInterface()
1345 ParseUsbDevicePipe(env, pipeObj, pipe); in PipeSetInterface()
1368 napi_value pipeObj = argv[INDEX_0]; in PipeSetConfiguration() local
1370 napi_typeof(env, pipeObj, &type); in PipeSetConfiguration()
1373 ParseUsbDevicePipe(env, pipeObj, pipe); in PipeSetConfiguration()