Lines Matching refs:sp
66 explicit UsbSubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) {}
182 static void DeviceSpeed(UsbSrvClient &g_usbClient, int32_t &sp)
191 sp = speed;
209 static void ResetProxy(UsbSrvClient &g_usbClient, int32_t &sp)
225 sp = speed;
233 int32_t sp;
234 DeviceSpeed(g_usbClient, sp);
235 printf("%s:%d device speed=%d\n", __func__, __LINE__, sp);
252 int32_t sp;
253 ResetProxy(g_usbClient, sp);
254 if (sp > 0) {