Home
last modified time | relevance | path

Searched refs:ACM_SERVICE_NAME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/device/linux/
H A Dprop_test.c28 #define ACM_SERVICE_NAME "usbfn_cdcacm" macro
50 g_acmService = servmgr->GetService(servmgr, ACM_SERVICE_NAME); in DispatcherInit()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp279 UsbdFunction::SendCmdToService(ACM_SERVICE_NAME, ACM_RELEASE, USB_FUNCTION_ACM); in SetFunctionToNone()
280 UsbdUnregisterDevice(std::string(ACM_SERVICE_NAME)); in SetFunctionToNone()
494 ret = UsbdRegisterDevice(std::string(ACM_SERVICE_NAME)); in UsbdInitDDKFunction()
499 if (SendCmdToService(ACM_SERVICE_NAME, ACM_INIT, USB_FUNCTION_ACM) != 0) { in UsbdInitDDKFunction()
500 UsbdUnregisterDevice(std::string(ACM_SERVICE_NAME)); in UsbdInitDDKFunction()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h37 #define ACM_SERVICE_NAME "usbfn_cdcacm" macro
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dprop_test.c30 #define ACM_SERVICE_NAME "usbfn_cdcacm" macro