Searched refs:jsPathInfo (Results 1 – 2 of 2) sorted by relevance
109 auto jsPathInfo = AceType::DynamicCast<JSNavPathInfo>(info); in ConvertContentInfo() local110 if (jsPathInfo) { in ConvertContentInfo()111 value->SetPropertyObject("param", jsPathInfo->GetParam()); in ConvertContentInfo()
1170 auto jsPathInfo = AceType::DynamicCast<JSNavPathInfo>(context->GetNavPathInfo()); in CreatePathInfoWithNecessaryProperty() local1171 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()