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_OUTDATA_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H
A
D
hks_three_stage_test_common.c
46
.size =
MAX_OUTDATA_SIZE
,
in TestLessThanMaxSeg()
84
.size =
MAX_OUTDATA_SIZE
,
in HksTestUpdate()
92
outDataSeg.size =
MAX_OUTDATA_SIZE
;
in HksTestUpdate()
120
struct HksBlob outDataSeg = {
MAX_OUTDATA_SIZE
, NULL };
in TestBatchUpdateLoopFinish()
176
struct HksBlob outDataSeg = {
MAX_OUTDATA_SIZE
, NULL };
in TestUpdateLoopFinish()
187
outDataSeg.size =
MAX_OUTDATA_SIZE
;
in TestUpdateLoopFinish()
238
struct HksBlob outDataSeg = {
MAX_OUTDATA_SIZE
, NULL };
in TestUpdateFinish()
248
outDataSeg.size =
MAX_OUTDATA_SIZE
;
in TestUpdateFinish()
311
struct HksBlob hash1 = {
MAX_OUTDATA_SIZE
, NULL };
in TestCmpKeyAliasHash()
323
struct HksBlob hash2 = {
MAX_OUTDATA_SIZE
, NUL
in TestCmpKeyAliasHash()
[all...]
H
A
D
hks_change_storage_level_part1_test.cpp
150
struct HksBlob outDataSeg = {
MAX_OUTDATA_SIZE
, NULL };
in HksTestUpdateLoopFinish()
161
outDataSeg.size =
MAX_OUTDATA_SIZE
;
in HksTestUpdateLoopFinish()
/base/account/os_account/services/accountmgr/src/
H
A
D
account_file_watcher_manager.cpp
58
constexpr int32_t
MAX_OUTDATA_SIZE
= MAX_UPDATE_SIZE * TIMES;
member
110
.size =
MAX_OUTDATA_SIZE
,
in HksUpdateOpt()
117
outDataSeg.size =
MAX_OUTDATA_SIZE
;
in HksUpdateOpt()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
H
A
D
hks_three_stage_test_common.h
33
static const uint32_t
MAX_OUTDATA_SIZE
= MAX_UPDATE_SIZE * TIMES;
variable
Completed in 5 milliseconds