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:creds
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H
A
D
auth_level.c
129
LinkedList *
creds
= QueryCredentialLimit(&condition);
in GetCredMaxAcl()
local
130
if (
creds
== NULL ||
creds
->getSize(
creds
) == 0) {
in GetCredMaxAcl()
132
DestroyLinkedList(
creds
);
in GetCredMaxAcl()
136
LinkedListNode *temp =
creds
->head;
in GetCredMaxAcl()
140
DestroyLinkedList(
creds
);
in GetCredMaxAcl()
147
DestroyLinkedList(
creds
);
in GetCredMaxAcl()
/drivers/peripheral/user_auth/hdi_service/idm/inc/
H
A
D
user_idm_funcs.h
54
ResultCode QueryCredentialFunc(int32_t userId, uint32_t authType, LinkedList **
creds
);
/drivers/peripheral/user_auth/hdi_service/database/src/
H
A
D
idm_database.c
184
ResultCode DeleteUserInfo(int32_t userId, LinkedList **
creds
)
in DeleteUserInfo()
argument
186
if (
creds
== NULL) {
in DeleteUserInfo()
197
*
creds
= QueryCredentialLimit(&condition);
in DeleteUserInfo()
198
if (*
creds
== NULL) {
in DeleteUserInfo()
207
DestroyLinkedList(*
creds
);
in DeleteUserInfo()
208
*
creds
= NULL;
in DeleteUserInfo()
214
DestroyLinkedList(*
creds
);
in DeleteUserInfo()
215
*
creds
= NULL;
in DeleteUserInfo()
/drivers/peripheral/user_auth/hdi_service/idm/src/
H
A
D
user_idm_funcs.c
389
ResultCode QueryCredentialFunc(int32_t userId, uint32_t authType, LinkedList **
creds
)
in QueryCredentialFunc()
argument
391
if (
creds
== NULL) {
in QueryCredentialFunc()
392
LOG_ERROR("
creds
is null");
in QueryCredentialFunc()
400
*
creds
= QueryCredentialLimit(&condition);
in QueryCredentialFunc()
401
if (*
creds
== NULL) {
in QueryCredentialFunc()
/drivers/peripheral/user_auth/hdi_service/database/inc/
H
A
D
idm_database.h
57
ResultCode DeleteUserInfo(int32_t userId, LinkedList **
creds
);
/drivers/peripheral/user_auth/test/unittest/idm_test/
H
A
D
user_idm_funcs_test.cpp
223
LinkedList *
creds
= nullptr;
in HWTEST_F()
local
225
EXPECT_EQ(QueryCredentialFunc(0, 0, &
creds
), RESULT_UNKNOWN);
in HWTEST_F()
Completed in 5 milliseconds