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
defs:MAX_STRING_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
string_utils.cpp
24
const size_t
MAX_STRING_SIZE
= 256;
member
/foundation/arkui/ace_engine/frameworks/base/log/
H
A
D
ace_trace.cpp
24
const size_t
MAX_STRING_SIZE
= 512;
member
/foundation/multimedia/drm_framework/services/utils/include/
H
A
D
drm_log.h
28
#define
MAX_STRING_SIZE
256
macro
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H
A
D
dp_log.h
27
#define
MAX_STRING_SIZE
256
macro
/foundation/multimedia/camera_framework/common/utils/
H
A
D
camera_log.h
29
#define
MAX_STRING_SIZE
256
macro
/foundation/multimedia/player_framework/services/utils/
H
A
D
media_dfx.cpp
32
constexpr uint32_t
MAX_STRING_SIZE
= 256;
member
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
base_utils_test.cpp
71
constexpr size_t
MAX_STRING_SIZE
= 256;
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H
A
D
installd_proxy.cpp
27
constexpr int16_t
MAX_STRING_SIZE
= 1024;
member
Completed in 10 milliseconds