Searched refs:BindController (Results 1 – 6 of 6) sorted by relevance
71 void NodeContainerModelNG::BindController(std::function<void()>&& resetFunc) in BindController() function in OHOS::Ace::NG::NodeContainerModelNG77 pattern->BindController(std::move(resetFunc)); in BindController()
29 void BindController(std::function<void()>&& resetFunc) override;
34 virtual void BindController(std::function<void()>&& resetFunc) = 0;
54 void BindController(std::function<void()>&& resetFunc) in BindController() function
142 nodeContainerModelInstance->BindController(std::move(resetFunc)); in Create()
291 modelNg.BindController(std::move(builderFunc));