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:executorList
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H
A
D
auth_level.c
89
LinkedList *
executorList
= QueryExecutor(&condition);
in GetExecutorAslAndAcl()
local
90
if (
executorList
== NULL) {
in GetExecutorAslAndAcl()
94
if (
executorList
->getSize(
executorList
) == 0) {
in GetExecutorAslAndAcl()
96
DestroyLinkedList(
executorList
);
in GetExecutorAslAndAcl()
99
LinkedListNode *temp =
executorList
->head;
in GetExecutorAslAndAcl()
105
DestroyLinkedList(
executorList
);
in GetExecutorAslAndAcl()
118
DestroyLinkedList(
executorList
);
in GetExecutorAslAndAcl()
H
A
D
user_auth_funcs.c
493
LinkedList *
executorList
= QueryExecutor(&condition);
in GetExecutorInfoLinkedList()
local
494
if (
executorList
== NULL) {
in GetExecutorInfoLinkedList()
498
if (
executorList
->getSize(
executorList
) == 0) {
in GetExecutorInfoLinkedList()
500
DestroyLinkedList(
executorList
);
in GetExecutorInfoLinkedList()
503
LinkedListNode *temp =
executorList
->head;
in GetExecutorInfoLinkedList()
508
DestroyLinkedList(
executorList
);
in GetExecutorInfoLinkedList()
514
DestroyLinkedList(
executorList
);
in GetExecutorInfoLinkedList()
519
DestroyLinkedList(
executorList
);
in GetExecutorInfoLinkedList()
524
DestroyLinkedList(
executorList
);
in GetExecutorInfoLinkedList()
528
GetSignExecutorInfoFuncInner(Uint8Array peerUdid, LinkedList *
executorList
, Uint8Array executorInfoTlvMsg, Uint8Array *executorInfoArray, uint32_t executorInfoArraySize)
GetSignExecutorInfoFuncInner()
argument
559
GetSignExecutorInfoFunc(Uint8Array peerUdid, LinkedList *
executorList
)
GetSignExecutorInfoFunc()
argument
[all...]
/drivers/peripheral/face_auth/hdi_service/src/
H
A
D
face_auth_interface_service.cpp
50
int32_t FaceAuthInterfaceService::GetExecutorList(std::vector<sptr<IAllInOneExecutor>> &
executorList
)
in GetExecutorList()
argument
54
executorList
.push_back(executor);
in GetExecutorList()
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H
A
D
fingerprint_auth_interface_service.cpp
49
int32_t FingerprintAuthInterfaceService::GetExecutorList(std::vector<sptr<IAllInOneExecutor>> &
executorList
)
in GetExecutorList()
argument
53
executorList
.push_back(executor);
in GetExecutorList()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthinterfaceservice_fuzzer/
H
A
D
fingerprint_auth_interface_service_fuzzer.cpp
41
std::vector<sptr<IAllInOneExecutor>>
executorList
;
in FuzzGetExecutorList()
local
42
g_fingerprintAuthInterfaceService.GetExecutorList(
executorList
);
in FuzzGetExecutorList()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfaceservice_fuzzer/
H
A
D
face_auth_interface_service_fuzzer.cpp
43
std::vector<sptr<IAllInOneExecutor>>
executorList
;
in FuzzGetExecutorList()
local
44
g_faceAuthInterfaceService.GetExecutorList(
executorList
);
in FuzzGetExecutorList()
/drivers/peripheral/face_auth/hdi_service/include/
H
A
D
face_auth_interface_service.h
31
int32_t GetExecutorList(std::vector<sptr<IAllInOneExecutor>> &
executorList
) override;
/drivers/peripheral/fingerprint_auth/hdi_service/include/
H
A
D
fingerprint_auth_interface_service.h
31
int32_t GetExecutorList(std::vector<sptr<IAllInOneExecutor>> &
executorList
) override;
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H
A
D
user_auth_funcs.h
84
Buffer *GetSignExecutorInfoFunc(Uint8Array peerUdid, LinkedList *
executorList
);
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H
A
D
executor_message.c
864
LinkedList *
executorList
= QueryExecutor(&condition);
in GetExecutorIndexByCondition()
local
865
if (
executorList
== NULL) {
in GetExecutorIndexByCondition()
870
if (
executorList
->getSize(
executorList
) != 1) {
in GetExecutorIndexByCondition()
872
DestroyLinkedList(
executorList
);
in GetExecutorIndexByCondition()
876
LinkedListNode *temp =
executorList
->head;
in GetExecutorIndexByCondition()
878
LOG_ERROR("get
executorList
head failed");
in GetExecutorIndexByCondition()
879
DestroyLinkedList(
executorList
);
in GetExecutorIndexByCondition()
885
DestroyLinkedList(
executorList
);
in GetExecutorIndexByCondition()
890
DestroyLinkedList(
executorList
);
in GetExecutorIndexByCondition()
[all...]
Completed in 5 milliseconds