Searched refs:RouterAsyncContext (Results 1 – 1 of 1) sorted by relevance
76 struct RouterAsyncContext { struct91 ~RouterAsyncContext() in ~RouterAsyncContext() argument192 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 …]