Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:speedTest
(Results
1 - 1
of
1
) sorted by relevance
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_speed_test.c
209
static int32_t CheckParam(int32_t argc, const char *argv[], struct UsbSpeedTest *
speedTest
)
in CheckParam()
argument
214
if ((argv == NULL) || (
speedTest
== NULL) || (argc <= 0)) {
in CheckParam()
221
speedTest
->busNum = (int32_t)strtol(argv[2], NULL, STRTOL_BASE); // 2 is argv third element
in CheckParam()
222
speedTest
->devAddr = (int32_t)strtol(argv[3], NULL, STRTOL_BASE); // 3 is argv fourth element
in CheckParam()
223
speedTest
->ifaceNum = (int32_t)strtol(argv[4], NULL, STRTOL_BASE); // 4 is argv fifth element
in CheckParam()
224
speedTest
->writeOrRead = GetWriteOrReadFlag(argv[5]); // 5 is argv sixth element
in CheckParam()
226
if ((argc == 7) && (
speedTest
->writeOrRead == TEST_READ)) {
in CheckParam()
232
speedTest
->busNum = 1;
in CheckParam()
233
speedTest
->devAddr = 2; // 2 is device address
in CheckParam()
234
speedTest
in CheckParam()
[all...]
Completed in 1 milliseconds