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/
Djs_router.cpp76 struct RouterAsyncContext { struct
91 ~RouterAsyncContext() in ~RouterAsyncContext() argument
192 bool ParseParamWithCallback(napi_env env, std::shared_ptr<RouterAsyncContext> asyncContext, const s… in ParseParamWithCallback()
237 void TriggerCallback(std::shared_ptr<RouterAsyncContext> asyncContext) in TriggerCallback()
282 using RouterWithCallbackFunc = std::function<void(std::shared_ptr<RouterAsyncContext>, const ErrorC…
306 auto asyncContext = std::make_shared<RouterAsyncContext>(); in CommonRouterWithCallbackProcess()
329 …auto callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback… in JSRouterPushWithCallback()
343 …auto callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback… in JSRouterReplaceWithCallback()
357 …auto callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback… in JSPushNamedRoute()
371 …auto callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback… in JSReplaceNamedRoute()
[all …]