Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp342 auto pathInfo = GetJsPathInfo(index); in SetDestinationIdToJsStack()
352 auto pathInfo = GetJsPathInfo(index); in CallByPushDestination()
1064 auto path = GetJsPathInfo(index); in GetNeedUpdatePathInfo()
1078 auto path = GetJsPathInfo(index); in SetNeedUpdatePathInfo()
1117 auto pathInfo = GetJsPathInfo(index); in NeedBuildNewInstance()
1131 auto pathInfo = GetJsPathInfo(index); in SetNeedBuildNewInstance()
1151 JSRef<JSObject> JSNavigationStack::GetJsPathInfo(int32_t index) in GetJsPathInfo() function in OHOS::Ace::Framework::JSNavigationStack
1251 auto pathInfo = GetJsPathInfo(index); in IsFromRecovery()
1265 auto pathInfo = GetJsPathInfo(index); in SetFromRecovery()
1275 auto pathInfo = GetJsPathInfo(index); in GetRecoveredDestinationMode()
H A Djs_navigation_stack.h133 JSRef<JSObject> GetJsPathInfo(int32_t index);