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:maxTemplateAcl
(Results
1 - 16
of
16
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H
A
D
auth_level.c
111
if (executorInfo->executorRole == ALL_IN_ONE && allInOneMaxAcl < executorInfo->
maxTemplateAcl
) {
in GetExecutorAslAndAcl()
112
allInOneMaxAcl = executorInfo->
maxTemplateAcl
;
in GetExecutorAslAndAcl()
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H
A
D
executor_func_common.h
57
uint32_t
maxTemplateAcl
;
member
H
A
D
pin_auth.h
50
uint32_t &
maxTemplateAcl
);
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H
A
D
pool.h
44
uint32_t
maxTemplateAcl
;
member
/drivers/peripheral/face_auth/hdi_service/src/
H
A
D
all_in_one_executor_impl.cpp
46
// esl and
maxTemplateAcl
are for example only. Should be implemented in trusted environment.
in AllInOneExecutorImpl()
48
.
maxTemplateAcl
= FACE_CAPABILITY_LEVEL,
in AllInOneExecutorImpl()
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H
A
D
all_in_one_executor_impl.cpp
45
// esl and
maxTemplateAcl
are for example only. Should be implemented in trusted environment.
in AllInOneExecutorImpl()
47
.
maxTemplateAcl
= FINGERPRINT_CAPABILITY_LEVEL,
in AllInOneExecutorImpl()
/drivers/peripheral/pin_auth/hdi_service/service/src/
H
A
D
verifier_impl.cpp
54
executorInfo.
maxTemplateAcl
);
in GetExecutorInfo()
H
A
D
collector_impl.cpp
53
executorInfo.
maxTemplateAcl
);
in GetExecutorInfo()
H
A
D
all_in_one_impl.cpp
64
info.
maxTemplateAcl
);
in GetExecutorInfo()
/drivers/peripheral/pin_auth/hdi_service/main/src/
H
A
D
pin_auth.cpp
280
uint32_t &
maxTemplateAcl
)
in GetExecutorInfo()
305
maxTemplateAcl
= pinExecutorInfo.
maxTemplateAcl
;
in GetExecutorInfo()
279
GetExecutorInfo(int32_t executorRole, std::vector<uint8_t> &pubKey, uint32_t &esl, uint32_t &
maxTemplateAcl
)
GetExecutorInfo()
argument
H
A
D
all_in_one_func.c
189
pinExecutorInfo->
maxTemplateAcl
= PIN_CAPABILITY_LEVEL;
in DoGetAllInOneExecutorInfo()
H
A
D
collector_func.c
84
pinExecutorInfo->
maxTemplateAcl
= PIN_CAPABILITY_LEVEL;
in DoGetCollectorExecutorInfo()
H
A
D
verifier_func.c
86
pinExecutorInfo->
maxTemplateAcl
= PIN_CAPABILITY_LEVEL;
in DoGetVerifierExecutorInfo()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
92
executorInfo.
maxTemplateAcl
= parcel.ReadInt32();
in FillFuzzExecutorInfo()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
92
executorInfo.
maxTemplateAcl
= parcel.ReadInt32();
in FillFuzzExecutorInfo()
/drivers/peripheral/user_auth/hdi_service/service/
H
A
D
user_auth_interface_service.cpp
1203
out.
maxTemplateAcl
= in.
maxTemplateAcl
;
in CopyExecutorInfo()
Completed in 10 milliseconds