Home
last modified time | relevance | path

Searched refs:TEST_THREE_TYPE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c324 …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 Dusbhost_sdkapi_speed.c308 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 Dusbhost_sdkraw_speed.c559 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 Dusbhost_nosdk_speed.h54 TEST_THREE_TYPE, enumerator
H A Dusbhost_sdkraw_speed.h50 TEST_THREE_TYPE, enumerator
H A Dusbhost_sdkapi_speed.h53 TEST_THREE_TYPE, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkraw_speed.h50 TEST_THREE_TYPE, enumerator
H A Dusbhost_sdkapi_speed.h55 TEST_THREE_TYPE, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkapi_speed.c355 } else if (input->paramNum == TEST_THREE_TYPE) { in UsbSerialSpeedInit()
H A Dusbhost_sdkraw_speed.c577 } else if (input->paramNum == TEST_THREE_TYPE) { in UsbSerialSpeedInit()