Searched refs:resetFunc (Results 1 – 7 of 7) sorted by relevance
28 …explicit CommonDeathRecipient(ResetServiceFunc resetFunc) : resetServiceFunc_(std::move(resetFunc)… in CommonDeathRecipient() argument
54 void BindController(std::function<void()>&& resetFunc) in BindController() argument56 resetFunc_ = std::move(resetFunc); in BindController()
71 void NodeContainerModelNG::BindController(std::function<void()>&& resetFunc) in BindController() argument77 pattern->BindController(std::move(resetFunc)); in BindController()
29 void BindController(std::function<void()>&& resetFunc) override;
34 virtual void BindController(std::function<void()>&& resetFunc) = 0;
134 auto resetFunc = [firstArg = JSWeak<JSObject>(object)]() { in Create() local142 nodeContainerModelInstance->BindController(std::move(resetFunc)); in Create()
243 if (auto& resetFunc = g_propertyResetterLUT[type]) { in ResetProperty() local244 resetFunc(this); in ResetProperty()