Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.h141 std::string ConvertParamToString(const JSRef<JSVal>& param, bool needLimit = false) const;
H A Djs_navigation_stack.cpp565 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::JSNavigationStack
841 std::string param = ConvertParamToString(GetParamByIndex(i)); in DumpStackInfo()