Home
last modified time | relevance | path

Searched refs:IsRemoving (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp130 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->GetTransformRectRelativeToWindo… in ModifyLayoutConstraint()
284 size = target->IsRemoving() ? outNodeSize_ : staticNodeAbsRect_->GetSize(); in ModifyLayoutConstraint()
312 …auto parentPos = self->IsRemoving() ? outNodeParentPos_ : self->GetPaintRectGlobalOffsetWithTransl… 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()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.h61 bool IsRemoving() const;
H A Dpan_statemachine.cpp49 bool PanStateMachine::IsRemoving() const in IsRemoving() function in OHOS::bluetooth::PanStateMachine
H A Dpan_service.cpp470 if (it != stateMachines_.end() && it->second != nullptr && it->second->IsRemoving()) { in ProcessConnectEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_statemachine.h62 bool IsRemoving() const;
H A Dhid_host_service.cpp412 if (it != stateMachines_.end() && it->second != nullptr && it->second->IsRemoving()) { in ProcessConnectEvent()
H A Dhid_host_statemachine.cpp85 bool HidHostStateMachine::IsRemoving() const in IsRemoving() function in OHOS::bluetooth::HidHostStateMachine
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dcustom_dialog_controller_model_ng.cpp149 if (dialog && !dialog->IsRemoving()) { in SetCloseDialog()
H A Ddialog_pattern.cpp255 if (host->IsRemoving()) { in PopDialog()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.h125 bool IsRemoving() const;
H A Dhfp_ag_statemachine.cpp161 bool HfpAgStateMachine::IsRemoving() const in IsRemoving() function in OHOS::bluetooth::HfpAgStateMachine
H A Dhfp_ag_service.cpp1014 if (it != stateMachines_.end() && it->second != nullptr && it->second->IsRemoving()) { in ProcessConnectEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.h251 bool IsRemoving() const;
H A Dhfp_hf_statemachine.cpp834 bool HfpHfStateMachine::IsRemoving() const in IsRemoving() function in OHOS::bluetooth::HfpHfStateMachine
H A Dhfp_hf_service.cpp673 if (it != stateMachines_.end() && it->second != nullptr && it->second->IsRemoving()) { in ProcessConnectEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h274 bool IsRemoving() const in IsRemoving() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2920 if (dialogNode->IsRemoving()) { in CloseDialogInner()
2963 if (overlay->IsRemoving()) { in RemoveDialog()