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:PIN_AUTH
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/idm/src/
H
A
D
enroll_specification_check.c
34
{
PIN_AUTH
, MAX_NUMBER_OF_PIN_PER_USER},
61
if (tokenPlain.tokenDataPlain.authType !=
PIN_AUTH
) {
in CheckIdmOperationToken()
H
A
D
user_idm_funcs.c
154
if (param.authType !=
PIN_AUTH
) {
in CheckEnrollPermission()
167
if (scheduleId == NULL || param.authType !=
PIN_AUTH
) {
in CheckUpdatePermission()
350
if (credentialInfo.authType !=
PIN_AUTH
) {
in AddCredentialFunc()
432
SetCredentialConditionAuthType(&condition,
PIN_AUTH
);
in GetDeletedCredential()
470
if (scheduleAuthType !=
PIN_AUTH
) {
in CheckResultValid()
480
if (credentialInfo->authType !=
PIN_AUTH
&& credentialInfo->authType != DEFAULT_AUTH_TYPE) {
in GetUpdateCredentialOutput()
485
credInfo.authType =
PIN_AUTH
;
in GetUpdateCredentialOutput()
/drivers/peripheral/user_auth/test/unittest/idm_test/
H
A
D
user_idm_funcs_test.cpp
82
info.authType =
PIN_AUTH
;
in HWTEST_F()
87
param.authType =
PIN_AUTH
;
in HWTEST_F()
127
param.authType =
PIN_AUTH
;
in HWTEST_F()
144
param.authType =
PIN_AUTH
;
in HWTEST_F()
153
credInfo.authType =
PIN_AUTH
;
in HWTEST_F()
H
A
D
enroll_specification_check_test.cpp
82
token.tokenDataPlain.authType =
PIN_AUTH
;
in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/common/inc/
H
A
D
defines.h
120
PIN_AUTH
= 1,
enumerator
/drivers/peripheral/user_auth/hdi_service/database/src/
H
A
D
idm_database.c
431
return
PIN_AUTH
;
in GetRealAuthTypeForEnrolledId()
530
if (user == NULL && credentialInfo->authType ==
PIN_AUTH
) {
in AddCredentialInfo()
546
if (credentialInfo->authType ==
PIN_AUTH
) {
in AddCredentialInfo()
548
SetCredentialConditionAuthType(&condition,
PIN_AUTH
);
in AddCredentialInfo()
663
if (nodeData != NULL && nodeData->authType ==
PIN_AUTH
) {
in DeletePinCredentialInfo()
676
credentialInfoCache->authType =
PIN_AUTH
;
in DeletePinCredentialInfo()
685
credentialInfoOld->authType =
PIN_AUTH
;
in DeletePinCredentialInfo()
714
if (credentialInfo->authType ==
PIN_AUTH
) {
in DeleteCredentialInfo()
1035
CredentialInfoHal *pinCredential = QueryCredentialByAuthType(
PIN_AUTH
, credentialInfoList);
in IsUserValid()
1242
if (authType !=
PIN_AUTH
) {
in UpdateGlobalConfigArray()
[all...]
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H
A
D
defines.h
82
PIN_AUTH
= 1,
enumerator
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H
A
D
user_auth_funcs.c
135
if (result->result == RESULT_SUCCESS && context->authType ==
PIN_AUTH
&&
in HandleAuthSuccessResult()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H
A
D
executor_message.c
597
if (executorNode->authType !=
PIN_AUTH
) {
in TraverseExecutor()
/drivers/peripheral/user_auth/hdi_service/service/
H
A
D
user_auth_interface_service.cpp
680
if (authResult.authType !=
PIN_AUTH
) {
in UpdateAuthenticationResultInner()
Completed in 14 milliseconds