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:MAX_USER
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/database/inc/
H
A
D
idm_common.h
26
#define
MAX_USER
32
macro
83
int32_t userIds[
MAX_USER
];
92
int32_t userIds[
MAX_USER
];
/drivers/peripheral/user_auth/hdi_service/database/src/
H
A
D
global_config_file_manager.c
67
configInfo->userIdNum >
MAX_USER
) {
in StreamWriteGlobalConfig()
191
configInfo->userIdNum >
MAX_USER
) {
in StreamReadGlobalConfig()
H
A
D
idm_database.c
488
if (g_userInfoList->getSize(g_userInfoList) >=
MAX_USER
) {
in AddUser()
1092
int32_t invalidUserId[
MAX_USER
] = {0};
in ClearInvalidData()
1095
if (GetInvalidUser(invalidUserId,
MAX_USER
, &userCount, &cachePinRemoved) != RESULT_SUCCESS) {
in ClearInvalidData()
1278
if (param == NULL || param->userIdNum >
MAX_USER
|| param->authTypeNum > MAX_AUTH_TYPE_LEN ||
in SaveGlobalConfigParam()
H
A
D
idm_file_manager.c
346
if (userNum >
MAX_USER
) {
in StreamReadFileInfo()
/drivers/peripheral/user_auth/hdi_service/service/
H
A
D
user_auth_interface_service.cpp
1308
UserInfoResult *userInfoResult = (UserInfoResult *)Malloc(sizeof(UserInfoResult) *
MAX_USER
);
in GetAllExtUserInfo()
1314
ResultCode ret = QueryAllExtUserInfoFunc(userInfoResult,
MAX_USER
, &userInfoCount);
in GetAllExtUserInfo()
1703
param.userIds.size() >
MAX_USER
) {
in SetGlobalConfigParam()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H
A
D
user_auth_funcs.c
412
if (param == NULL || param->userIdNum >
MAX_USER
|| param->authTypeNum > MAX_AUTH_TYPE_LEN ||
in SetGlobalConfigParamFunc()
/drivers/peripheral/user_auth/test/unittest/database/
H
A
D
idm_database_test.cpp
794
param.userIdNum =
MAX_USER
+ 1;
in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H
A
D
user_auth_interface_service_test.cpp
1367
for (uint32_t i = 0; i <=
MAX_USER
; i++) {
in HWTEST_F()
Completed in 16 milliseconds