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:remainAttempts
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/service_test/inc/
H
A
D
signature_operation.h
28
uint32_t
remainAttempts
;
member
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H
A
D
signature_operation.cpp
160
uint32_t
remainAttempts
)
in GetDataTlvContent()
180
WriteTlv(ATTR_REMAIN_ATTEMPTS, sizeof(int32_t), (const uint8_t *)&
remainAttempts
, ret) != RESULT_SUCCESS ||
in GetDataTlvContent()
202
para.
remainAttempts
);
in GenerateRetTlv()
159
GetDataTlvContent(uint32_t result, uint64_t scheduleId, uint64_t subType, uint64_t templatedId, uint32_t
remainAttempts
)
GetDataTlvContent()
argument
H
A
D
user_auth_interface_service_test.cpp
112
para.
remainAttempts
= 5;
in DoOnceEnroll()
139
para.
remainAttempts
= 5;
in DoOnceAuth()
863
para.
remainAttempts
= 5;
in HWTEST_F()
1288
para.
remainAttempts
= 0;
in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H
A
D
coauth.h
74
int32_t
remainAttempts
;
member
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H
A
D
pin_auth_hdi_fuzzer.cpp
110
property.
remainAttempts
= parcel.ReadInt32();
in FillFuzzProperty()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
131
property.
remainAttempts
= parcel.ReadInt32();
in FillFuzzProperty()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
131
property.
remainAttempts
= parcel.ReadInt32();
in FillFuzzProperty()
/drivers/peripheral/user_auth/hdi_service/service/
H
A
D
user_auth_interface_service.cpp
559
} else if (info.
remainAttempts
== 0) {
in CreateExecutorCommand()
606
infoOut.
remainAttempts
= infoIn.remainTimes;
in CopyAuthResult()
1580
out->
remainAttempts
= in->
remainAttempts
;
in CopyHdiAuthResultInfo()
/drivers/peripheral/pin_auth/hdi_service/service/src/
H
A
D
all_in_one_impl.cpp
347
property.
remainAttempts
= infoRet.remainTimes;
in GetProperty()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H
A
D
user_auth_hdi_fuzzer.cpp
143
authResultInfo.
remainAttempts
= parcel.ReadInt32();
in FillFuzzAuthResultInfo()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H
A
D
executor_message.c
1000
result = GetAttributeInt32(attribute, ATTR_REMAIN_ATTEMPTS, &(authResultInfo->
remainAttempts
));
in GetAuthResultInfoFromAttribute()
1002
LOG_ERROR("GetAttributeInt32
remainAttempts
failed");
in GetAuthResultInfoFromAttribute()
Completed in 11 milliseconds