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:SetCapacity
(Results
1 - 17
of
17
) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/
H
A
D
lru_cache_disk_handler.h
40
void
SetCapacity
(size_t capacity);
/foundation/CastEngine/castengine_wifi_display/services/utils/
H
A
D
data_buffer.h
110
void
SetCapacity
(int32_t capacity);
H
A
D
data_buffer.cpp
168
void DataBuffer::
SetCapacity
(int capacity)
in SetCapacity()
function in OHOS::Sharing::DataBuffer
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
rtp_maker.cpp
51
rtp->
SetCapacity
(size);
in MakeRtp()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H
A
D
audio_pcm_processor.cpp
89
pcmFrame->
SetCapacity
(LPCM_PES_PAYLOAD_PRIVATE_SIZE + LPCM_PES_PAYLOAD_DATA_SIZE);
in OnFrame()
/foundation/arkui/ace_engine/frameworks/core/image/
H
A
D
image_cache.h
68
void
SetCapacity
(size_t capacity)
in SetCapacity()
function in OHOS::Ace::ImageCache
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H
A
D
lru_cache_disk_handler.cpp
29
void LRUCacheDiskHandler::
SetCapacity
(size_t capacity)
in SetCapacity()
function in OHOS::NetStack::Http::LRUCacheDiskHandler
/foundation/communication/netstack/frameworks/cj/http/include/
H
A
D
lru_cache_disk_handler.h
105
void
SetCapacity
(size_t capacity);
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H
A
D
image_cache_test.cpp
32
imageCache->
SetCapacity
(80);
in SetUp()
110
imageCache->
SetCapacity
(1000);
in HWTEST_F()
/foundation/communication/netstack/frameworks/cj/http/src/
H
A
D
net_http_cache_proxy.cpp
120
g_cjDiskLruCache.
SetCapacity
(capacity);
in RunCacheWithSize()
H
A
D
lru_cache_disk_handler.cpp
241
void LRUCacheDiskHandler::
SetCapacity
(size_t capacity)
in SetCapacity()
function in OHOS::NetStack::Http::LRUCacheDiskHandler
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H
A
D
cache_proxy.cpp
131
DISK_LRU_CACHE.
SetCapacity
(capacity);
in RunCacheWithSize()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H
A
D
rtp_unit_test.cpp
125
rtp->
SetCapacity
(sizeof(RtpHeader));
in HWTEST_F()
134
aac->frame_->
SetCapacity
(sizeof(AdtsHeader));
in HWTEST_F()
227
rtp->
SetCapacity
(sizeof(RtpHeader));
in HWTEST_F()
313
rtp->
SetCapacity
(sizeof(RtpHeader));
in HWTEST_F()
357
rtp->
SetCapacity
(sizeof(RtpHeader));
in HWTEST_F()
369
rtp->
SetCapacity
(sizeof(RtpHeader));
in HWTEST_F()
397
rtp->
SetCapacity
(sizeof(RtpHeader));
in HWTEST_F()
426
rtp->
SetCapacity
(sizeof(RtpHeader));
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H
A
D
jsi_app_module.cpp
106
imageCache->
SetCapacity
(size);
in AppSetImageCacheCount()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/screen_capture/
H
A
D
wfd_screen_capture_test.cpp
112
frame->
SetCapacity
(100);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H
A
D
rosen_render_custom_paint.cpp
3031
imageCache_->
SetCapacity
(IMAGE_CACHE_COUNT);
3057
imageCache_->
SetCapacity
(IMAGE_CACHE_COUNT);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
custom_paint_paint_method.cpp
297
imageCache_->
SetCapacity
(IMAGE_CACHE_COUNT);
in GetImage()
Completed in 15 milliseconds