Home
last modified time | relevance | path

Searched refs:resetFunc (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/ability/sa_loader/include/
H A Dcommon_death_recipient.h28 …explicit CommonDeathRecipient(ResetServiceFunc resetFunc) : resetServiceFunc_(std::move(resetFunc)… in CommonDeathRecipient() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.h54 void BindController(std::function<void()>&& resetFunc) in BindController() argument
56 resetFunc_ = std::move(resetFunc); in BindController()
H A Dnode_container_model_ng.cpp71 void NodeContainerModelNG::BindController(std::function<void()>&& resetFunc) in BindController() argument
77 pattern->BindController(std::move(resetFunc)); in BindController()
H A Dnode_container_model_ng.h29 void BindController(std::function<void()>&& resetFunc) override;
H A Dnode_container_model.h34 virtual void BindController(std::function<void()>&& resetFunc) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_node_container.cpp134 auto resetFunc = [firstArg = JSWeak<JSObject>(object)]() { in Create() local
142 nodeContainerModelInstance->BindController(std::move(resetFunc)); in Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp243 if (auto& resetFunc = g_propertyResetterLUT[type]) { in ResetProperty() local
244 resetFunc(this); in ResetProperty()