| /base/usb/usb_manager/test/native/mock/src/ |
| D | usb_bulkcallback_mock_test.cpp | 166 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 189 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 212 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 239 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 265 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 299 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 333 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 369 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 405 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 439 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable [all …]
|
| D | usb_request_mock_test.cpp | 130 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 148 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 166 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 188 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 210 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 232 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 369 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 393 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 419 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 446 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable [all …]
|
| D | usb_device_pipe_mock_test.cpp | 966 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 993 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 1018 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 1046 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 1073 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 1099 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 1125 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 1151 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 1179 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable 1206 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; variable
|
| /base/usb/usb_manager/test/native/service_unittest/src/ |
| D | usb_device_pipe_test.cpp | 90 USBDevicePipe pipe; variable 121 USBDevicePipe pipe; variable 149 USBDevicePipe pipe; variable 186 USBDevicePipe pipe; variable 225 USBDevicePipe pipe; variable 264 USBDevicePipe pipe; variable 301 USBDevicePipe pipe; variable 340 USBDevicePipe pipe; variable 379 USBDevicePipe pipe; variable 418 USBDevicePipe pipe; variable [all …]
|
| D | usb_bulkcallback_test.cpp | 126 USBDevicePipe pipe; variable 174 USBDevicePipe pipe; variable 222 USBDevicePipe pipe; variable 272 USBDevicePipe pipe; variable 322 USBDevicePipe pipe; variable 372 USBDevicePipe pipe; variable 423 USBDevicePipe pipe; variable 477 USBDevicePipe pipe; variable 531 USBDevicePipe pipe; variable 587 USBDevicePipe pipe; variable [all …]
|
| /base/usb/usb_manager/interfaces/innerkits/native/src/ |
| D | usb_srv_client.cpp | 85 int32_t UsbSrvClient::OpenDevice(const UsbDevice &device, USBDevicePipe &pipe) in OpenDevice() 211 int32_t UsbSrvClient::ClaimInterface(USBDevicePipe &pipe, const UsbInterface &interface, bool force) in ClaimInterface() 221 int32_t UsbSrvClient::ReleaseInterface(USBDevicePipe &pipe, const UsbInterface &interface) in ReleaseInterface() 232 …USBDevicePipe &pipe, const USBEndpoint &endpoint, std::vector<uint8_t> &bufferData, int32_t timeOu… in BulkTransfer() 250 USBDevicePipe &pipe, const UsbCtrlTransfer &ctrl, std::vector<uint8_t> &bufferData) in ControlTransfer() 262 int32_t UsbSrvClient::SetConfiguration(USBDevicePipe &pipe, const USBConfig &config) in SetConfiguration() 269 int32_t UsbSrvClient::SetInterface(USBDevicePipe &pipe, const UsbInterface &interface) in SetInterface() 276 int32_t UsbSrvClient::GetRawDescriptors(USBDevicePipe &pipe, std::vector<uint8_t> &bufferData) in GetRawDescriptors() 286 int32_t UsbSrvClient::GetFileDescriptor(USBDevicePipe &pipe, int32_t &fd) in GetFileDescriptor() 296 bool UsbSrvClient::Close(const USBDevicePipe &pipe) in Close() [all …]
|
| D | usb_request.cpp | 22 int32_t UsbRequest::Initialize(const USBDevicePipe &pipe, const USBEndpoint &endpoint) in Initialize()
|
| /base/notification/eventhandler/frameworks/test/moduletest/ |
| D | event_handler_fd_listener_module_test.cpp | 141 int32_t pipe = pipe2(fds, O_NONBLOCK); variable 195 int32_t pipe = pipe2(fds, O_NONBLOCK); variable 220 int32_t pipe = pipe2(fds, O_NONBLOCK); variable 244 int32_t pipe = pipe2(fds, O_NONBLOCK); variable 268 int32_t pipe = pipe2(fds, O_NONBLOCK); variable 302 int32_t pipe = pipe2(fds, O_NONBLOCK); variable 336 int32_t pipe = pipe2(fds, O_NONBLOCK); variable 373 int32_t pipe = pipe2(fds, O_NONBLOCK); variable
|
| /base/usb/usb_manager/test/fuzztest/common/src/ |
| D | usb_common_fuzz.cpp | 33 USBDevicePipe pipe; in UsbMgrPrepareFuzzEnv() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrsetconfiguration_fuzzer/ |
| D | usbmgrsetconfiguration_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrSetConfigurationFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrclaiminterface_fuzzer/ |
| D | usbmgrclaiminterface_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrClaimInterfaceFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrrequestinitialize_fuzzer/ |
| D | usbmgrrequestinitialize_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrRequestInitializeFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrclose_fuzzer/ |
| D | usbmgrclose_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrCloseFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrrequestfree_fuzzer/ |
| D | usbmgrrequestfree_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrRequestFreeFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrpiperequestwait_fuzzer/ |
| D | usbmgrpiperequestwait_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrPipeRequestWaitFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrsetinterface_fuzzer/ |
| D | usbmgrsetinterface_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrSetInterfaceFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrgetrawdescriptors_fuzzer/ |
| D | usbmgrgetrawdescriptors_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrGetRawDescriptorsFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrreleaseinterface_fuzzer/ |
| D | usbmgrreleaseinterface_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrReleaseInterfaceFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrrequestqueue_fuzzer/ |
| D | usbmgrrequestqueue_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrRequestQueueFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrgetfiledescriptor_fuzzer/ |
| D | usbmgrgetfiledescriptor_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrGetFileDescriptorFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrbulktransfer_fuzzer/ |
| D | usbmgrbulktransfer_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrBulkTransferFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrcontroltransfer_fuzzer/ |
| D | usbmgrcontroltransfer_fuzzer.cpp | 33 USBDevicePipe pipe; in UsbMgrControlTransferFuzzTest() local
|
| /base/usb/usb_manager/interfaces/innerkits/native/include/ |
| D | usb_request.h | 33 void SetPipe(const USBDevicePipe &pipe) in SetPipe()
|
| /base/usb/usb_manager/interfaces/kits/js/napi/src/ |
| D | usb_info.cpp | 55 static void ParseUsbDevicePipe(const napi_env env, const napi_value &obj, USBDevicePipe &pipe) in ParseUsbDevicePipe() 81 static void CreateUsbDevicePipe(const napi_env env, napi_value &obj, const USBDevicePipe &pipe) in CreateUsbDevicePipe() 432 USBDevicePipe pipe; in CoreConnectDevice() local 868 USBDevicePipe pipe; in PipeClaimInterface() local 908 USBDevicePipe pipe; in PipeReleaseInterface() local 936 USBDevicePipe pipe; in PipeSetInterface() local 964 USBDevicePipe pipe; in PipeSetConfiguration() local 992 USBDevicePipe pipe; in PipeGetRawDescriptors() local 1019 USBDevicePipe pipe; in PipeGetFileDescriptor() local 1103 USBDevicePipe pipe; in GetControlTransferParam() local [all …]
|
| /base/hiviewdfx/hiview/base/include/ |
| D | pipeline.h | 93 auto pipe = std::static_pointer_cast<PipelineEvent>(derived); in RepackPipelineEvent() local
|