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_TIME_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updater/services/include/log/
H
A
D
log.h
32
constexpr int
MAX_TIME_SIZE
= 20;
member
73
char realTime_[
MAX_TIME_SIZE
] = {0};
/base/security/asset/frameworks/js/napi/src/
H
A
D
asset_napi_check.cpp
49
#define
MAX_TIME_SIZE
1024
macro
137
{ SEC_ASSET_TAG_UPDATE_TIME, { &CheckArraySize, MIN_ARRAY_SIZE,
MAX_TIME_SIZE
} }
/base/security/asset/services/core_service/src/operations/common/
H
A
D
argument_check.rs
32
const
MAX_TIME_SIZE
: usize = 1024;
consts
173
Tag::UpdateTime => check_array_size(tag, value, MIN_ARRAY_SIZE,
MAX_TIME_SIZE
),
in check_data_value()
/base/update/updater/services/log/
H
A
D
log.cpp
116
char realTime[
MAX_TIME_SIZE
] = {0};
in OutputUpdaterStage()
163
char realTime[
MAX_TIME_SIZE
] = {0};
in OutputErrorCode()
/base/update/updater/utils/
H
A
D
utils.cpp
50
constexpr int
MAX_TIME_SIZE
= 20;
member
504
char realTime[
MAX_TIME_SIZE
] = {0};
in CompressLogs()
Completed in 4 milliseconds