Searched refs:ConvertParamToString (Results 1 – 2 of 2) sorted by relevance
141 std::string ConvertParamToString(const JSRef<JSVal>& param, bool needLimit = false) const;
565 return ConvertParamToString(param, true); in GetRouteParam()588 std::string JSNavigationStack::ConvertParamToString(const JSRef<JSVal>& param, bool needLimit) const in ConvertParamToString() function in OHOS::Ace::Framework::JSNavigationStack841 std::string param = ConvertParamToString(GetParamByIndex(i)); in DumpStackInfo()