/ohos5.0/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->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 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()
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | custom_dialog_controller_model_ng.cpp | 149 if (dialog && !dialog->IsRemoving()) { in SetCloseDialog()
|
H A D | dialog_pattern.cpp | 255 if (host->IsRemoving()) { in PopDialog()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 274 bool IsRemoving() const in IsRemoving() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 2920 if (dialogNode->IsRemoving()) { in CloseDialogInner() 2963 if (overlay->IsRemoving()) { in RemoveDialog()
|