Home
last modified time | relevance | path

Searched refs:DEV_SERVICE_NAME (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp281 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in SetFunctionToNone()
282 UsbdUnregisterDevice(std::string(DEV_SERVICE_NAME)); in SetFunctionToNone()
306 int32_t ret = UsbdRegisterDevice(std::string(DEV_SERVICE_NAME)); in SetDDKFunction()
311 if (UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_ADD, ddkFuns)) { in SetDDKFunction()
384 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in UsbdEnableDevice()
385 UsbdUnregisterDevice(std::string(DEV_SERVICE_NAME)); in UsbdEnableDevice()
392 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in UsbdEnableDevice()
393 UsbdUnregisterDevice(std::string(DEV_SERVICE_NAME)); in UsbdEnableDevice()
401 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in UsbdEnableDevice()
402 UsbdUnregisterDevice(std::string(DEV_SERVICE_NAME)); in UsbdEnableDevice()
[all...]
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h35 #define DEV_SERVICE_NAME "usbfn" macro

Completed in 3 milliseconds