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/
Dusbd_function.cpp200 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in SetFunctionToNone()
201 UsbdUnregisterDevice(std::string(DEV_SERVICE_NAME)); in SetFunctionToNone()
220 int32_t ret = UsbdRegisterDevice(std::string(DEV_SERVICE_NAME)); in SetDDKFunction()
225 if (UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_ADD, ddkFuns)) { in SetDDKFunction()
389 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in UsbdSetFunction()
390 UsbdUnregisterDevice(std::string(DEV_SERVICE_NAME)); in UsbdSetFunction()
/drivers/peripheral/usb/hdi_service/include/
Dusbd_function.h34 #define DEV_SERVICE_NAME "usbfn" macro