Searched refs:DEV_SERVICE_NAME (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_function.cpp | 281 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 D | usbd_function.h | 35 #define DEV_SERVICE_NAME "usbfn"
macro
|
Completed in 3 milliseconds