Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp364 auto param = GetParamByIndex(index); in CreateNodeByIndex()
436 JSRef<JSVal> JSNavigationStack::GetParamByIndex(int32_t index) const in GetParamByIndex() function in OHOS::Ace::Framework::JSNavigationStack
564 auto param = GetParamByIndex(size - 1); in GetRouteParam()
841 std::string param = ConvertParamToString(GetParamByIndex(i)); in DumpStackInfo()
1053 auto param = GetParamByIndex(index); in UpdatePathInfoIfNeeded()
H A Djs_navigation_stack.h110 JSRef<JSVal> GetParamByIndex(int32_t index) const;