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:MaybeRelease
(Results
1 - 24
of
24
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
frontend.cpp
25
bool Frontend::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::Frontend
H
A
D
frontend.h
337
virtual bool
MaybeRelease
() override;
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_container.cpp
27
bool Frontend::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::Frontend
29
return AceType::
MaybeRelease
();
in MaybeRelease()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_item.h
34
bool
MaybeRelease
() override;
H
A
D
scrollable_item.cpp
44
bool ScrollableItem::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::NG::ScrollableItem
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
rosen_render_text.h
37
bool
MaybeRelease
() override;
H
A
D
rosen_render_text.cpp
639
bool RosenRenderText::
MaybeRelease
()
in DidExceedMaxLines()
function in OHOS::Ace::RosenRenderText
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H
A
D
render_wrap.h
123
bool
MaybeRelease
() override;
H
A
D
render_wrap.cpp
693
bool RenderWrap::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::RenderWrap
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H
A
D
render_flex.h
123
bool
MaybeRelease
() override;
H
A
D
render_flex_item.h
196
bool
MaybeRelease
() override;
H
A
D
render_flex_item.cpp
82
bool RenderFlexItem::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::RenderFlexItem
H
A
D
render_flex.cpp
1152
bool RenderFlex::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::RenderFlex
/foundation/arkui/ace_engine/frameworks/base/memory/
H
A
D
referenced.h
81
if (refCount == 0 &&
MaybeRelease
()) {
in DecRefCount()
111
virtual bool
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::Referenced
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
rosen_render_image.h
95
bool
MaybeRelease
() override;
H
A
D
rosen_render_image.cpp
1431
bool RosenRenderImage::
MaybeRelease
()
function in RosenRenderImage
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
rosen_render_box.h
83
bool
MaybeRelease
() override;
H
A
D
rosen_render_box.cpp
826
bool RosenRenderBox::
MaybeRelease
()
function in OHOS::Ace::RosenRenderBox
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H
A
D
mock_ace_container.cpp
240
bool AceContainer::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H
A
D
mock_pipeline_context.cpp
993
bool PipelineBase::
MaybeRelease
()
in MaybeRelease()
function in OHOS::OHOS::Ace::OHOS::Ace::PipelineBase
995
return AceType::
MaybeRelease
();
in MaybeRelease()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.h
712
virtual bool
MaybeRelease
() override;
H
A
D
ace_container.cpp
308
bool AceContainer::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.cpp
902
bool PipelineBase::
MaybeRelease
()
in MaybeRelease()
function in OHOS::Ace::PipelineBase
H
A
D
pipeline_base.h
1454
virtual bool
MaybeRelease
() override;
Completed in 31 milliseconds