Home
last modified time | relevance | path

Searched refs:ECM_SERVICE_NAME (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/usb/hdi_service/src/
Dusbd_function.cpp192 UsbdFunction::SendCmdToService(ECM_SERVICE_NAME, ECM_RELEASE, USB_FUNCTION_ECM); in SetFunctionToNone()
193 UsbdUnregisterDevice(std::string(ECM_SERVICE_NAME)); in SetFunctionToNone()
310 ret = UsbdRegisterDevice(std::string(ECM_SERVICE_NAME)); in UsbdInitDDKFunction()
315 if (SendCmdToService(ECM_SERVICE_NAME, ECM_INIT, USB_FUNCTION_ECM) != 0) { in UsbdInitDDKFunction()
/drivers/peripheral/usb/hdi_service/include/
Dusbd_function.h36 #define ECM_SERVICE_NAME "usbfn_cdcecm" macro