Home
last modified time | relevance | path

Searched refs:SetOnDelete (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp126 void PieceComponent::SetOnDelete(const EventMarker& onDelete) in SetOnDelete() function in OHOS::Ace::PieceComponent
128 declaration_->SetOnDelete(onDelete); in SetOnDelete()
H A Dpiece_component.h69 void SetOnDelete(const EventMarker& onDelete);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dinteractable_view.cpp83 ViewAbstractModel::GetInstance()->SetOnDelete(std::move(callback)); in OnDelete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp127 SetOnDelete(EventMarker(eventId, event, pageId)); in SetSpecializedEvent()
H A Dpiece_declaration.h183 void SetOnDelete(const EventMarker& onDelete) in SetOnDelete() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_piece.cpp132 pieceComponent->SetOnDelete(clickEventId); in JsOnClose()
H A Djs_interactable_view.cpp166 ViewAbstractModel::GetInstance()->SetOnDelete(std::move(onDelete)); in JsOnDelete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_interactable_view_ffi.cpp272 ViewAbstractModel::GetInstance()->SetOnDelete(CJLambda::Create(callback)); in FfiOHOSAceFrameworkInteractableViewOnDelete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h198 void SetOnDelete(std::function<void()>&& onDeleteCallback) override;
H A Dview_abstract_model_impl.cpp1117 void ViewAbstractModelImpl::SetOnDelete(std::function<void()>&& onDeleteCallback) in SetOnDelete() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h273 virtual void SetOnDelete(std::function<void()>&& onDeleteCallback) = 0;
H A Dview_abstract_model_ng.h983 void SetOnDelete(std::function<void()>&& onDeleteCallback) override {} in SetOnDelete() function