Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_service_ipc_interface_code.h23 USB_FUN_HAS_RIGHT = 0, enumerator
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrex_fuzzer/
H A Dusbmgrex_fuzzer.cpp28 USB_FUN_HAS_RIGHT = 0, enumerator
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp108 case static_cast<int>(UsbInterfaceCode::USB_FUN_HAS_RIGHT): in StubDevice()
H A Dusb_srv_proxy.cpp373 …int32_t ret = remote->SendRequest(static_cast<int32_t>(UsbInterfaceCode::USB_FUN_HAS_RIGHT), data,… in HasRight()