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:Recycle
(Results
1 - 25
of
27
) sorted by relevance
1
2
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_list.h
432
friend class
Recycle
;
433
class
Recycle
: public HeapBase {
class in OHOS::UIList
435
explicit
Recycle
(UIList* list) : adapter_(nullptr), listView_(list), hasInitialiszed_(false) {}
in Recycle()
function in OHOS::UIList::Recycle
436
virtual ~
Recycle
();
507
Recycle
recycle_;
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/
H
A
D
render_node_factory.cpp
35
bool RenderNodeFactory::
Recycle
(RenderNode* node)
in Recycle()
function in OHOS::Ace::RenderNodeFactory
H
A
D
render_node_factory.h
39
virtual bool
Recycle
(RenderNode*);
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_list.cpp
22
UIList::
Recycle
::~
Recycle
()
in ~Recycle()
39
void UIList::
Recycle
::MeasureAdapterRelativeRect()
in MeasureAdapterRelativeRect()
73
void UIList::
Recycle
::InitRecycle()
in InitRecycle()
86
UIView* UIList::
Recycle
::GetView(int16_t index)
in GetView()
106
void UIList::
Recycle
::FillActiveView()
in FillActiveView()
140
Rect32 UIList::
Recycle
::GetAdapterItemsReletiveRect()
in GetAdapterItemsReletiveRect()
145
void UIList::
Recycle
::MoveAdapterItemsRelativeRect(int16_t x, int16_t y)
in MoveAdapterItemsRelativeRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H
A
D
custom_node_base.cpp
65
recycleInfo_.
Recycle
(uiNode->GetId());
in FireRecycleSelf()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/
H
A
D
recycle_manager.h
43
void
Recycle
(int32_t id)
in Recycle()
function
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_recording_canvas.h
35
static void
Recycle
(std::unique_ptr<ExtendRecordingCanvas>& canvas);
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
task_scheduler.h
113
static void
Recycle
(TaskScheduler *schd)
in Recycle()
function in ffrt::SchedulerFactory
H
A
D
scheduler.h
42
SchedulerFactory::
Recycle
(fifoQue[i]);
in ~FFRTScheduler()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H
A
D
storage_engine.h
52
void
Recycle
(StorageExecutor *&handle);
H
A
D
storage_engine.cpp
234
void StorageEngine::
Recycle
(StorageExecutor *&handle)
in Recycle()
function in DistributedDB::StorageEngine
240
LOGD("
Recycle
executor[%d] for id[%.6s]", handle->GetWritable(), hashIdentifier_.c_str());
in Recycle()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H
A
D
render_flex_item.cpp
86
context->GetRenderFactory()->GetRenderFlexItemFactory()->
Recycle
(this)) {
in MaybeRelease()
H
A
D
render_flex.cpp
1155
if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderFlexFactory()->
Recycle
(this)) {
in MaybeRelease()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_recording_canvas.cpp
48
void ExtendRecordingCanvas::
Recycle
(std::unique_ptr<ExtendRecordingCanvas>& canvas)
in Recycle()
function in OHOS::Rosen::ExtendRecordingCanvas
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_property_drawable.cpp
79
ExtendRecordingCanvas::
Recycle
(recordingCanvas_);
in ~RSPropertyDrawCmdListUpdater()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H
A
D
sqlite_local_kvdb.cpp
253
storageEngine_->
Recycle
(databaseHandle);
in ReleaseHandle()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H
A
D
rd_single_ver_natural_store.cpp
91
storageEngine_->
Recycle
(databaseHandle);
in ReleaseHandle()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
rosen_render_text.cpp
642
if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderTextFactory()->
Recycle
(this)) {
in DidExceedMaxLines()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H
A
D
render_wrap.cpp
696
if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderWrapFactory()->
Recycle
(this)) {
in MaybeRelease()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_single_ver_storage_engine.cpp
359
Recycle
(databaseHandle);
in ReleaseExecutor()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H
A
D
sqlite_single_relational_storage_engine.cpp
131
Recycle
(databaseHandle);
in ReleaseExecutor()
H
A
D
sqlite_relational_store.cpp
350
sqliteStorageEngine_->
Recycle
(databaseHandle);
in ReleaseHandle()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H
A
D
multi_ver_natural_store.cpp
970
multiVerEngine_->
Recycle
(databaseHandle);
in ReleaseHandle()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
rosen_render_image.cpp
1434
if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderImageFactory()->
Recycle
(this)) {
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
rosen_render_box.cpp
829
if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderBoxFactory()->
Recycle
(this)) {
Completed in 34 milliseconds
1
2