Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp562 std::string routeParams; in JSGetStateByIndex() local
574 delegate->GetRouterStateByIndex(routeIndex, routeName, routePath, routeParams); in JSGetStateByIndex()
589 if (!routeParams.empty()) { in JSGetStateByIndex()
590 parsedParams = ParseJSONParams(env, routeParams); in JSGetStateByIndex()
635 std::string routeParams = info.params; in JSGetStateByUrl() local
644 if (!routeParams.empty()) { in JSGetStateByUrl()
645 parsedParams = ParseJSONParams(env, routeParams); in JSGetStateByUrl()