Home
last modified time | relevance | path

Searched refs:USB_FUN_GET_DEVICES (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_service_ipc_interface_code.h28 USB_FUN_GET_DEVICES, enumerator
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrex_fuzzer/
H A Dusbmgrex_fuzzer.cpp33 USB_FUN_GET_DEVICES, enumerator
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp156 case static_cast<int>(UsbInterfaceCode::USB_FUN_GET_DEVICES): in StubHost()
H A Dusb_srv_proxy.cpp105 …ret = remote->SendRequest(static_cast<int32_t>(UsbInterfaceCode::USB_FUN_GET_DEVICES), data, reply… in GetDevices()