Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp106 int32_t UsbdFunction::SendCmdToService(const char *name, int32_t cmd, unsigned char funcMask) in SendCmdToService() function in OHOS::HDI::Usb::V1_1::UsbdFunction
268 UsbdFunction::SendCmdToService(ACM_SERVICE_NAME, ACM_RELEASE, USB_FUNCTION_ACM); in SetFunctionToNone()
272 UsbdFunction::SendCmdToService(ECM_SERVICE_NAME, ECM_RELEASE, USB_FUNCTION_ECM); in SetFunctionToNone()
281 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in SetFunctionToNone()
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()
392 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in UsbdEnableDevice()
401 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in UsbdEnableDevice()
488 if (SendCmdToService(ACM_SERVICE_NAME, ACM_INIT, USB_FUNCTION_ACM) != 0) { in UsbdInitDDKFunction()
501 if (SendCmdToService(ECM_SERVICE_NAM in UsbdInitDDKFunction()
[all...]
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h86 static int32_t SendCmdToService(const char *name, int32_t cmd, unsigned char funcMask);

Completed in 2 milliseconds