Searched refs:routePath (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_router_module.cpp | 145 std::string routePath; in PageGetState() local 146 delegate->GetState(routeIndex, routeName, routePath); in PageGetState() 150 jsState->SetProperty(runtime, "path", runtime->NewString(routePath)); in PageGetState()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 515 std::string routePath; in JSRouterGetState() local 521 delegate->GetState(routeIndex, routeName, routePath); in JSRouterGetState() 523 size_t routePathLen = routePath.length(); in JSRouterGetState() 530 napi_create_string_utf8(env, routePath.c_str(), routePathLen, &resultArray[RESULT_ARRAY_PATH_INDEX]); in JSRouterGetState() 551 std::string routePath; in JSGetStateByIndex() local 564 delegate->GetRouterStateByIndex(routeIndex, routeName, routePath, routeParams); in JSGetStateByIndex() 571 size_t routePathLen = routePath.length(); in JSGetStateByIndex() 576 napi_create_string_utf8(env, routePath.c_str(), routePathLen, &resultArray[RESULT_ARRAY_PATH_INDEX]); in JSGetStateByIndex() 624 std::string routePath = info.path; in JSGetStateByUrl() local 632 napi_create_string_utf8(env, routePath in JSGetStateByUrl() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 1720 std::string routePath; in JsHandlePageRoute() 1721 instance.GetFrontendDelegate()->GetState(routeIndex, routeName, routePath); in JsHandlePageRoute() 1727 routeData->SetProperty(runtime, "path", runtime->NewString(routePath)); in JsHandlePageRoute()
|
Completed in 9 milliseconds