Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp111 std::string keyForUrl; member
228 napi_get_named_property(env, argv[i], asyncContext->keyForUrl.c_str(), &uriNApi); in ParseParamWithCallback()
305 napi_env env, napi_callback_info info, const RouterWithCallbackFunc& callback, const std::string& keyForUrl) in CommonRouterWithCallbackProcess()
325 asyncContext->keyForUrl = keyForUrl; in CommonRouterWithCallbackProcess()
304 CommonRouterWithCallbackProcess( napi_env env, napi_callback_info info, const RouterWithCallbackFunc& callback, const std::string& keyForUrl) CommonRouterWithCallbackProcess() argument

Completed in 3 milliseconds