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_scheduleList
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H
A
D
coauth.c
32
IAM_STATIC LinkedList *
g_scheduleList
= NULL;
variable
36
return
g_scheduleList
!= NULL;
in IsCoAuthInit()
91
g_scheduleList
= CreateLinkedList(DestroyScheduleNode);
in InitCoAuth()
93
if (
g_scheduleList
== NULL) {
in InitCoAuth()
101
DestroyLinkedList(
g_scheduleList
);
in DestoryCoAuth()
102
g_scheduleList
= NULL;
in DestoryCoAuth()
120
if (
g_scheduleList
->getSize(
g_scheduleList
) >= MAX_SCHEDULE_NUM) {
in AddCoAuthSchedule()
125
ResultCode result =
g_scheduleList
->insert(
g_scheduleList
, schedul
in AddCoAuthSchedule()
[all...]
/drivers/peripheral/user_auth/test/unittest/co_auth/
H
A
D
co_auth_test.cpp
25
extern LinkedList *
g_scheduleList
;
98
g_scheduleList
= nullptr;
in HWTEST_F()
116
g_scheduleList
= nullptr;
in HWTEST_F()
123
g_scheduleList
= nullptr;
in HWTEST_F()
130
g_scheduleList
->insert(
g_scheduleList
, static_cast<void *>(&schedule1));
in HWTEST_F()
133
g_scheduleList
->insert(
g_scheduleList
, static_cast<void *>(&schedule2));
in HWTEST_F()
134
g_scheduleList
->insert(
g_scheduleList
, nullpt
in HWTEST_F()
[all...]
H
A
D
executor_message_test.cpp
27
extern LinkedList *
g_scheduleList
;
/drivers/peripheral/user_auth/test/unittest/idm_test/
H
A
D
user_idm_funcs_test.cpp
43
extern LinkedList *
g_scheduleList
;
186
g_scheduleList
= nullptr;
in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H
A
D
context_manager_test.cpp
29
extern LinkedList *
g_scheduleList
;
290
g_scheduleList
= nullptr;
in HWTEST_F()
Completed in 5 milliseconds