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_authClientList
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_lane_test.cpp
148
ListInit(&
g_authClientList
);
in HWTEST_F()
240
ListInit(&
g_authClientList
);
in HWTEST_F()
270
ListInit(&
g_authClientList
);
in HWTEST_F()
316
ListInit(&
g_authClientList
);
in HWTEST_F()
360
ListInit(&
g_authClientList
);
in HWTEST_F()
400
ListInit(&
g_authClientList
);
in HWTEST_F()
446
ListInit(&
g_authClientList
);
in HWTEST_F()
492
ListInit(&
g_authClientList
);
in HWTEST_F()
535
ListInit(&
g_authClientList
);
in HWTEST_F()
H
A
D
auth_manager_test.cpp
74
ListInit(&
g_authClientList
);
in SetUpTestCase()
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_manager.c
55
static ListNode
g_authClientList
= { &
g_authClientList
, &
g_authClientList
};
variable
85
ListTailInsert(&
g_authClientList
, &auth->node);
in NewAuthManager()
161
ListNode *list = isServer ? &g_authServerList : &
g_authClientList
;
in FindAuthManagerByConnInfo()
173
ListNode *list = isServer ? &g_authServerList : &
g_authClientList
;
in FindAuthManagerByUuid()
185
ListNode *list = isServer ? &g_authServerList : &
g_authClientList
;
in FindAuthManagerByUdid()
197
ListNode *list = isServer ? &g_authServerList : &
g_authClientList
;
in FindNormalizedKeyAuthManagerByUdid()
209
LIST_FOR_EACH_ENTRY(item, &
g_authClientList
, AuthManager, node) {
in FindAuthManagerByAuthId()
228
ListNode *list = isServer ? &g_authServerList : &
g_authClientList
;
in FindAuthManagerByConnId()
[all...]
Completed in 5 milliseconds