Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_service_ipc_interface_code.h29 USB_FUN_GET_CURRENT_FUNCTIONS, enumerator
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrex_fuzzer/
H A Dusbmgrex_fuzzer.cpp34 USB_FUN_GET_CURRENT_FUNCTIONS, enumerator
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp159 case static_cast<int>(UsbInterfaceCode::USB_FUN_GET_CURRENT_FUNCTIONS): in StubHost()
H A Dusb_srv_proxy.cpp443 …_t ret = remote->SendRequest(static_cast<int32_t>(UsbInterfaceCode::USB_FUN_GET_CURRENT_FUNCTIONS), in GetCurrentFunctions()