Searched refs:DEV_SERVICE_NAME (Results 1 – 2 of 2) sorted by relevance
200 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()
34 #define DEV_SERVICE_NAME "usbfn" macro