Searched refs:TEST_THREE_TYPE (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_nosdk_speed.c | 324 …g_ifaceNum = (unsigned int)strtoul(argv[TEST_THREE_TYPE], NULL, STRTOL_BASE); // 3 means get thir… in FillParamData() 332 …g_ifaceNum = (unsigned int)strtoul(argv[TEST_THREE_TYPE], NULL, STRTOL_BASE); // 3 means get thir… in FillParamData() 334 } else if (argc == TEST_THREE_TYPE) { in FillParamData()
|
H A D | usbhost_sdkapi_speed.c | 308 ifaceNum = (int32_t)strtol(argv[TEST_THREE_TYPE], NULL, STRTOL_BASE); in CheckParam() 316 ifaceNum = (int32_t)strtol(argv[TEST_THREE_TYPE], NULL, STRTOL_BASE); in CheckParam() 318 } else if (argc == TEST_THREE_TYPE) { in CheckParam()
|
H A D | usbhost_sdkraw_speed.c | 559 ifaceNum = (int32_t)strtol(argv[TEST_THREE_TYPE], NULL, STRTOL_BASE); in CheckParam() 567 ifaceNum = (int32_t)strtol(argv[TEST_THREE_TYPE], NULL, STRTOL_BASE); in CheckParam() 569 } else if (argc == TEST_THREE_TYPE) { in CheckParam()
|
/ohos5.0/drivers/peripheral/usb/sample/host/include/ |
H A D | usbhost_nosdk_speed.h | 54 TEST_THREE_TYPE, enumerator
|
H A D | usbhost_sdkraw_speed.h | 50 TEST_THREE_TYPE, enumerator
|
H A D | usbhost_sdkapi_speed.h | 53 TEST_THREE_TYPE, enumerator
|
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/include/ |
H A D | usbhost_sdkraw_speed.h | 50 TEST_THREE_TYPE, enumerator
|
H A D | usbhost_sdkapi_speed.h | 55 TEST_THREE_TYPE, enumerator
|
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkapi_speed.c | 355 } else if (input->paramNum == TEST_THREE_TYPE) { in UsbSerialSpeedInit()
|
H A D | usbhost_sdkraw_speed.c | 577 } else if (input->paramNum == TEST_THREE_TYPE) { in UsbSerialSpeedInit()
|