Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_navigation_function.cpp109 auto jsPathInfo = AceType::DynamicCast<JSNavPathInfo>(info); in ConvertContentInfo() local
110 if (jsPathInfo) { in ConvertContentInfo()
111 value->SetPropertyObject("param", jsPathInfo->GetParam()); in ConvertContentInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp1170 auto jsPathInfo = AceType::DynamicCast<JSNavPathInfo>(context->GetNavPathInfo()); in CreatePathInfoWithNecessaryProperty() local
1171 CHECK_NULL_RETURN(jsPathInfo, pathInfo); in CreatePathInfoWithNecessaryProperty()
1173 pathInfo->SetProperty<std::string>("name", jsPathInfo->GetName()); in CreatePathInfoWithNecessaryProperty()
1176 pathInfo->SetProperty<bool>("isEntry", jsPathInfo->GetIsEntry()); in CreatePathInfoWithNecessaryProperty()
1177 pathInfo->SetPropertyObject("param", jsPathInfo->GetParam()); in CreatePathInfoWithNecessaryProperty()
1178 pathInfo->SetPropertyObject("onPop", jsPathInfo->GetOnPop()); in CreatePathInfoWithNecessaryProperty()