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:IsRemoving
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H
A
D
geometry_transition.cpp
130
node->
IsRemoving
(), node->GetInspectorId().value_or("").c_str());
in Build()
139
if (inNode && !inNode->
IsRemoving
() && inNode->IsOnMainTree()) {
in Build()
283
target->
IsRemoving
() ? std::nullopt : std::optional<RectF>(target->GetTransformRectRelativeToWindow());
in ModifyLayoutConstraint()
284
size = target->
IsRemoving
() ? outNodeSize_ : staticNodeAbsRect_->GetSize();
in ModifyLayoutConstraint()
312
auto parentPos = self->
IsRemoving
() ? outNodeParentPos_ : self->GetPaintRectGlobalOffsetWithTranslate(true).first;
in SyncGeometry()
314
auto targetRect = target->
IsRemoving
() ? RectF(outNodePos_, outNodeSize_) :
in SyncGeometry()
326
if (target->
IsRemoving
()) {
in SyncGeometry()
534
CHECK_NULL_VOID(isSynced_ && outNode && outNode->
IsRemoving
() && outNodeTargetAbsRect_ &&
in OnReSync()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_statemachine.h
61
bool
IsRemoving
() const;
H
A
D
pan_statemachine.cpp
49
bool PanStateMachine::
IsRemoving
() const
in IsRemoving()
function in OHOS::bluetooth::PanStateMachine
H
A
D
pan_service.cpp
470
if (it != stateMachines_.end() && it->second != nullptr && it->second->
IsRemoving
()) {
in ProcessConnectEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_statemachine.h
62
bool
IsRemoving
() const;
H
A
D
hid_host_service.cpp
412
if (it != stateMachines_.end() && it->second != nullptr && it->second->
IsRemoving
()) {
in ProcessConnectEvent()
H
A
D
hid_host_statemachine.cpp
85
bool HidHostStateMachine::
IsRemoving
() const
in IsRemoving()
function in OHOS::bluetooth::HidHostStateMachine
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H
A
D
custom_dialog_controller_model_ng.cpp
192
if (dialog && !dialog->
IsRemoving
()) {
in ParseCloseDialogTask()
H
A
D
dialog_pattern.cpp
250
if (host->
IsRemoving
()) {
in PopDialog()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_statemachine.h
125
bool
IsRemoving
() const;
H
A
D
hfp_ag_statemachine.cpp
161
bool HfpAgStateMachine::
IsRemoving
() const
in IsRemoving()
function in OHOS::bluetooth::HfpAgStateMachine
H
A
D
hfp_ag_service.cpp
1014
if (it != stateMachines_.end() && it->second != nullptr && it->second->
IsRemoving
()) {
in ProcessConnectEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_statemachine.h
251
bool
IsRemoving
() const;
H
A
D
hfp_hf_statemachine.cpp
834
bool HfpHfStateMachine::
IsRemoving
() const
in IsRemoving()
function in OHOS::bluetooth::HfpHfStateMachine
H
A
D
hfp_hf_service.cpp
673
if (it != stateMachines_.end() && it->second != nullptr && it->second->
IsRemoving
()) {
in ProcessConnectEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
ui_node.h
274
bool
IsRemoving
() const
in IsRemoving()
function in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
overlay_manager.cpp
2944
if (dialogNode->
IsRemoving
()) {
in CloseDialogInner()
2987
if (overlay->
IsRemoving
()) {
in RemoveDialog()
Completed in 30 milliseconds