Searched refs:GetUsbDeviceIdFromNAPI (Results 1 – 2 of 2) sorted by relevance
63 static bool GetUsbDeviceIdFromNAPI(napi_env env, napi_value value, UsbDeviceId &usbDeviceId);
273 if (!GetUsbDeviceIdFromNAPI(env, value, usbDeviceId)) { in ParseUsbDevicesArray()282 bool UsbManagerAddon::GetUsbDeviceIdFromNAPI(napi_env env, napi_value value, UsbDeviceId &usbDevice… in GetUsbDeviceIdFromNAPI() function in UsbManagerAddon