Home
last modified time | relevance | path

Searched refs:SetOnRouter (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dform_model_impl.h32 void SetOnRouter(std::function<void(const std::string&)>&& onRouter) override;
H A Dform_model_impl.cpp103 void FormModelImpl::SetOnRouter(std::function<void(const std::string&)>&& onRouter) in SetOnRouter() function in OHOS::Ace::Framework::FormModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_model.h38 virtual void SetOnRouter(std::function<void(const std::string&)>&& onRouter) = 0;
H A Dform_model_ng.cpp164 void FormModelNG::SetOnRouter(std::function<void(const std::string&)>&& onRouter) in SetOnRouter() function in OHOS::Ace::NG::FormModelNG
170 eventHub->SetOnRouter(std::move(onRouter)); in SetOnRouter()
H A Dform_model_ng.h41 void SetOnRouter(std::function<void(const std::string&)>&& onRouter) override;
H A Dform_event_hub.h51 void SetOnRouter(FormCallback&& onRouter) in SetOnRouter() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_form.cpp231 FormModel::GetInstance()->SetOnRouter(std::move(onRouter)); in JsOnRouter()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp275 formNG.SetOnRouter(std::move(onRouter));
710 eventHub->SetOnRouter([](const std::string& string) { in __anon20485a3d0b02()