Home
last modified time | relevance | path

Searched refs:RouterAsyncContext (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp105 struct RouterAsyncContext { struct
121 ~RouterAsyncContext() in ~RouterAsyncContext()
213 bool ParseParamWithCallback(napi_env env, std::shared_ptr<RouterAsyncContext> asyncContext, const size_t argc, in ParseParamWithCallback()
259 void TriggerCallback(std::shared_ptr<RouterAsyncContext> asyncContext) in TriggerCallback()
302 using RouterWithCallbackFunc = std::function<void(std::shared_ptr<RouterAsyncContext>, const ErrorCallback&)>;
324 auto asyncContext = std::make_shared<RouterAsyncContext>(); in CommonRouterWithCallbackProcess()
345 auto callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback) { in JSRouterPushWithCallback()
365 auto callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback) { in JSRouterReplaceWithCallback()
385 auto callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback) { in JSPushNamedRoute()
399 auto callback = [](std::shared_ptr<RouterAsyncContext> contex in JSReplaceNamedRoute()
[all...]

Completed in 2 milliseconds