Searched refs:routeParams (Results 1 – 1 of 1) sorted by relevance
562 std::string routeParams; in JSGetStateByIndex() local574 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() local644 if (!routeParams.empty()) { in JSGetStateByUrl()645 parsedParams = ParseJSONParams(env, routeParams); in JSGetStateByUrl()