Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp121 std::string keyForUrl; member
238 napi_get_named_property(env, argv[i], asyncContext->keyForUrl.c_str(), &uriNApi); in ParseParamWithCallback()
315 …env, napi_callback_info info, const RouterWithCallbackFunc& callback, const std::string& keyForUrl) in CommonRouterWithCallbackProcess() argument
335 asyncContext->keyForUrl = keyForUrl; in CommonRouterWithCallbackProcess()