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
defs:db
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_sdkapi_speed.c
56
struct AcmDb *
db
= NULL;
in AcmDbAlloc()
local
100
static int32_t AcmStartDb(struct AcmDevice *acm, struct AcmDb *
db
, struct UsbPipeInfo *pipe)
in AcmStartDb()
argument
116
struct AcmDb *
db
;
AcmDataBufAlloc()
local
142
struct AcmDb *
db
= (struct AcmDb *)req->compInfo.userData;
AcmTestBulkCallback()
local
194
struct AcmDb *
db
= &acm->
db
[
db
n];
SerialBegin()
local
[all...]
H
A
D
usbhost_sdkraw_speed.c
371
struct AcmDb *
db
= NULL;
in AcmDbAlloc()
local
396
static int32_t AcmStartdb(struct AcmDevice *acm, struct AcmDb * const
db
)
in AcmStartdb()
argument
410
struct AcmDb *
db
= &acm->
db
[0];
AcmDataBufAlloc()
local
439
struct AcmDb *
db
= (struct AcmDb *)req->userData;
AcmTestBulkCallback()
local
477
struct AcmDb *
db
= NULL;
SerialBegin()
local
[all...]
/drivers/peripheral/usb/sample/host/liteos_test/include/
H
A
D
usbhost_sdkraw_speed.h
102
struct AcmDb
db
[TEST_CYCLE];
member
H
A
D
usbhost_sdkapi_speed.h
101
struct AcmDb
db
[TEST_CYCLE];
member
H
A
D
usbhost_nosdk_speed.h
98
struct AcmDb
db
[TEST_CYCLE];
member
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_sdkapi_speed.c
59
struct AcmDb *
db
= NULL;
in AcmDbAlloc()
local
106
static int32_t AcmStartDb(struct AcmDevice *acm, struct AcmDb * const
db
, struct UsbPipeInfo *pipe)
in AcmStartDb()
argument
122
struct AcmDb *
db
= NULL;
AcmDataBufAlloc()
local
147
struct AcmDb *
db
;
AcmDataBufFree()
local
162
struct AcmDb *
db
= (struct AcmDb *)req->compInfo.userData;
AcmTestBulkCallback()
local
197
struct AcmDb *
db
= NULL;
SerialBegin()
local
[all...]
H
A
D
usbhost_sdkraw_speed.c
366
struct AcmDb *
db
= NULL;
in AcmDbAlloc()
local
391
static int32_t AcmStartdb(struct AcmDevice *acm, struct AcmDb * const
db
)
in AcmStartdb()
argument
404
struct AcmDb *
db
= &acm->
db
[0];
AcmDataBufAlloc()
local
426
struct AcmDb *
db
= (struct AcmDb *)&acm->
db
[0];
AcmDataBufFree()
local
444
struct AcmDb *
db
= (struct AcmDb *)req->userData;
AcmTestBulkCallback()
local
477
struct AcmDb *
db
= NULL;
SerialBegin()
local
[all...]
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_sdkapi_speed.h
104
struct AcmDb
db
[TEST_CYCLE];
member
H
A
D
usbhost_sdkraw_speed.h
107
struct AcmDb
db
[TEST_CYCLE];
member
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_dispatcher.cpp
1122
int32_t UsbdDispatcher::UsbdBulkASyncReqNodeSetNoUse(UsbdBulkASyncReqNode *
db
)
in UsbdBulkASyncReqNodeSetNoUse()
argument
1275
UsbdBulkASyncReqNode *
db
= static_cast<UsbdBulkASyncReqNode *>(request->compInfo.userData);
in UsbdBulkASyncReqWriteAutoSubmit()
local
1306
UsbdBulkASyncReqNode *
db
= static_cast<UsbdBulkASyncReqNode *>(request->compInfo.userData);
UsbdBulkASyncReqReadAutoSubmit()
local
1482
UsbdBulkASyncReqReadSubmit(UsbdBulkASyncReqNode *
db
)
UsbdBulkASyncReqReadSubmit()
argument
[all...]
Completed in 7 milliseconds