Home
last modified time | relevance | path

Searched defs:onRouter (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_event_hub.h51 void SetOnRouter(FormCallback&& onRouter) in SetOnRouter()
93 auto onRouter = onRouter_; in FireOnRouter() local
Dform_model_ng.cpp164 void FormModelNG::SetOnRouter(std::function<void(const std::string&)>&& onRouter) in SetOnRouter()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkFormComponent.ts54 onRouter(callback: (info: any) => void): this { method in ArkFormComponentComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dform_model_impl.cpp103 void FormModelImpl::SetOnRouter(std::function<void(const std::string&)>&& onRouter) in SetOnRouter()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_form.cpp225 …auto onRouter = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc)](const std::string… in JsOnRouter() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
Dform_test_ng.cpp274 auto onRouter = [&onRouterValue](const std::string& param) { onRouterValue = param; }; in __anon8317d8a60602() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js23044 onRouter(callback) { method in ArkFormComponentComponent