Home
last modified time | relevance | path

Searched defs:pipeId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_types.h30 std::string pipeId; member
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h130 uint8_t pipeId; member
268 uint8_t pipeId; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommu_types.h49 std::string pipeId; member
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c217 int32_t UsbFnGetInterfacePipeInfo(struct UsbFnInterface *interface, uint8_t pipeId, struct UsbFnPip… in UsbFnGetInterfacePipeInfo()
H A Dusbfn_io_mgr.c345 int32_t UsbFnIoMgrInterfaceGetPipeInfo(struct UsbFnInterface *interface, uint8_t pipeId, struct Usb… in UsbFnIoMgrInterfaceGetPipeInfo()
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h89 uint8_t pipeId; member
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c430 …const struct UsbDeviceHandle *devHandle, uint8_t interfaceId, uint8_t pipeId, UsbPipeType *pipeTyp… in IfGetRequestPipeType()
1512 …const UsbInterfaceHandle *interfaceHandle, uint8_t altSettingIndex, uint8_t pipeId, struct UsbPipe… in UsbGetPipeInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp527 std::string pipeId = GetPipeId(info.name); in OnServerBytesReceived() local
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp148 int32_t UsbdDispatcher::GetPipe(const HostDevice *dev, uint8_t interfaceId, uint8_t pipeId, UsbPipe… in GetPipe()