Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h28 #define USB_FUNCTION_RNDIS (1 << 5) macro
34USB_FUNCTION_RNDIS | USB_FUNCTION_STORAGE | USB_FUNCTION_MANUFACTURE | USB_FUNCTION_ACCESSORY)
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp215 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_RNDIS);
243 int32_t funcs = USB_FUNCTION_RNDIS | USB_FUNCTION_HDC;
333 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_RNDIS;
348 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_RNDIS;
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp535 case USB_FUNCTION_RNDIS: in UsbdSetKernelFunction()
541 case USB_FUNCTION_RNDIS | USB_FUNCTION_HDC: in UsbdSetKernelFunction()
614 …SB_FUNCTION_SUPPORT) != USB_FUNCTION_SUPPORT && funcs != (USB_FUNCTION_HDC + USB_FUNCTION_RNDIS) && in UsbdUpdateFunction()
H A Dusb_impl.cpp65 {HDC_CONFIG_RNDIS, USB_FUNCTION_RNDIS},
67 {HDC_CONFIG_RNDIS_HDC, USB_FUNCTION_HDC + USB_FUNCTION_RNDIS},