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:g_requestList
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H
A
D
lnn_trans_lane.c
121
static TransLaneList *
g_requestList
= NULL;
variable
350
LIST_FOR_EACH_ENTRY_SAFE(item, next, &
g_requestList
->list, TransReqInfo, node) {
in DeleteRequestNode()
354
g_requestList
->cnt--;
in DeleteRequestNode()
452
ListTailInsert(&
g_requestList
->list, &newItem->node);
in StartTriggerLink()
453
g_requestList
->cnt++;
in StartTriggerLink()
550
ListTailInsert(&
g_requestList
->list, &newItem->node);
in BuildTargetLink()
551
g_requestList
->cnt++;
in BuildTargetLink()
756
ListTailInsert(&
g_requestList
->list, &newItem->node);
in Alloc()
757
g_requestList
->cnt++;
in Alloc()
838
LIST_FOR_EACH_ENTRY_SAFE(item, next, &
g_requestList
in CancelLane()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_client_parse.c
32
static List *
g_requestList
= NULL;
variable
82
g_requestList
= ListCreate(SdpFreeClientRequest);
in SdpCreateRequestList()
87
if (
g_requestList
!= NULL) {
in SdpDestroyRequestList()
88
ListDelete(
g_requestList
);
in SdpDestroyRequestList()
89
g_requestList
= NULL;
in SdpDestroyRequestList()
98
if (
g_requestList
== NULL) {
in SdpFindRemainRequestByAddress()
102
node = ListGetFirstNode(
g_requestList
);
in SdpFindRemainRequestByAddress()
113
node = ListGetFirstNode(
g_requestList
);
in SdpFindRemainRequestByAddress()
131
if (
g_requestList
== NULL) {
in SdpFindRequestByAddress()
135
node = ListGetFirstNode(
g_requestList
);
in SdpFindRequestByAddress()
[all...]
Completed in 4 milliseconds