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_LIST_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
point_event_injector.cpp
21
const uint16_t
MAX_LIST_SIZE
= 500;
member
40
if (dataList_.Size() >=
MAX_LIST_SIZE
) {
in SetPointEvent()
82
return
MAX_LIST_SIZE
- dataList_.Size();
in GetLeftSize()
H
A
D
key_event_injector.cpp
21
const uint8_t
MAX_LIST_SIZE
= 100;
member
61
if (dataList_.Size() >=
MAX_LIST_SIZE
) {
in SetKey()
79
return
MAX_LIST_SIZE
- dataList_.Size();
in GetLeftSize()
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H
A
D
ut_net_policy_file.cpp
27
constexpr uint32_t
MAX_LIST_SIZE
= 10;
member
75
for (uint32_t i = 0; i <=
MAX_LIST_SIZE
; i++) {
in HWTEST_F()
97
for (uint32_t i = 0; i <=
MAX_LIST_SIZE
; i++) {
in HWTEST_F()
/foundation/multimodalinput/input/util/common/include/
H
A
D
config_multimodal.h
43
#define
MAX_LIST_SIZE
100
macro
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H
A
D
net_policy_firewall.cpp
27
constexpr uint32_t
MAX_LIST_SIZE
= 1000;
member
42
if (powerSaveAllowedList_.size() >
MAX_LIST_SIZE
) {
in SetDeviceIdleTrustlist()
59
if (powerSaveAllowedList_.size() >
MAX_LIST_SIZE
) {
in SetPowerSaveTrustlist()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hencoder.h
144
static constexpr size_t
MAX_LIST_SIZE
= 256;
member in OHOS::MediaAVCodec::HEncoder
H
A
D
hencoder.cpp
1238
if (avaliableBuffers_.size() >=
MAX_LIST_SIZE
) {
in RepeatIfNecessary()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H
A
D
rs_render_service_connection_stub.cpp
1606
const uint32_t
MAX_LIST_SIZE
= 50;
in OnRemoteRequest()
local
1607
if (listSize >
MAX_LIST_SIZE
) {
in OnRemoteRequest()
Completed in 8 milliseconds