Home
last modified time | relevance | path

Searched refs:InitRouterModule (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_module_manager.cpp39 … shared_ptr<JsValue>& thisObj) { InitRouterModule(runtime, thisObj); } }, in InitModule()
41 … shared_ptr<JsValue>& thisObj) { InitRouterModule(runtime, thisObj); } }, in InitModule()
H A Djsi_router_module.h26 void InitRouterModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj);
H A Djsi_router_module.cpp172 void InitRouterModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) in InitRouterModule() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dohos_module_config.h27 extern void InitRouterModule(JSIValue exports);
111 {"router", InitRouterModule},
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Drouter_module.h35 void InitRouterModule(JSIValue exports);
H A Drouter_module.cpp26 void InitRouterModule(JSIValue exports) in InitRouterModule() function