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:SetSize
(Results
1 - 15
of
15
) sorted by relevance
/base/web/webview/ohos_adapter/media_adapter/include/
H
A
D
buffer_info_adapter_impl.h
35
void
SetSize
(int32_t size);
/base/web/webview/ohos_adapter/media_adapter/src/
H
A
D
buffer_info_adapter_impl.cpp
40
void BufferInfoAdapterImpl::
SetSize
(int32_t size)
in SetSize()
function in OHOS::NWeb::BufferInfoAdapterImpl
H
A
D
media_codec_encoder_adapter_impl.cpp
361
bufferInfo->
SetSize
(info.size);
in OnOutputBufferAvailable()
H
A
D
media_codec_decoder_adapter_impl.cpp
416
info_->
SetSize
(info.size);
in OnOutputBufferAvailable()
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/bufferinfoadapterimpl_fuzzer/
H
A
D
bufferinfoadapterimpl_fuzzer.cpp
36
bufferInfoAdapterImpl.
SetSize
(usesize);
in BufferInfoAdapterImplFuzzTest()
/base/hiviewdfx/faultloggerd/test/unittest/services/
H
A
D
faultlogger_pipe_test.cpp
94
bool ret = faultLoggerPipe.
SetSize
(1);
in HWTEST_F()
98
ret = faultLoggerPipe.
SetSize
(1);
in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H
A
D
appevent_packageholder_impl.h
37
void
SetSize
(int size);
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H
A
D
napi_app_event_holder.h
49
void
SetSize
(int size);
/base/hiviewdfx/faultloggerd/services/
H
A
D
fault_logger_pipe.h
37
bool
SetSize
(long sz);
H
A
D
fault_logger_pipe.cpp
82
if (!
SetSize
(MAX_PIPE_SIZE)) {
in Init()
88
bool FaultLoggerPipe::
SetSize
(long sz)
in SetSize()
function in OHOS::HiviewDFX::FaultLoggerPipe
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H
A
D
appevent_packageholder_impl.cpp
69
void AppEventPackageHolderImpl::
SetSize
(int size)
in SetSize()
function in OHOS::CJSystemapi::HiAppEvent::AppEventPackageHolderImpl
H
A
D
hiappevent_ffi.cpp
329
nativeAppEventPackageHolder->
SetSize
(size);
in FfiOHOSHiAppEventSetSize()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H
A
D
smaps_memory_info.h
77
void
SetSize
(MemInfoData::MemSmapsInfo &meminfo, uint64_t value);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H
A
D
napi_app_event_holder.cpp
144
holder->
SetSize
(num);
in NapiSetSize()
177
void NapiAppEventHolder::
SetSize
(int size)
in SetSize()
function in OHOS::HiviewDFX::NapiAppEventHolder
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H
A
D
smaps_memory_info.cpp
71
bind(&SmapsMemoryInfo::
SetSize
, this, placeholders::_1, placeholders::_2)));
in SmapsMemoryInfo()
286
void SmapsMemoryInfo::
SetSize
(MemInfoData::MemSmapsInfo &meminfo, uint64_t value)
in SetSize()
function in OHOS::HiviewDFX::SmapsMemoryInfo
Completed in 6 milliseconds