Home
last modified time | relevance | path

Searched refs:BackToIndexWithTarget (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.h159 void BackToIndexWithTarget(int32_t index, const std::string& params);
H A Dpage_router_manager.cpp393 void PageRouterManager::BackToIndexWithTarget(int32_t index, const std::string& params) in BackToIndexWithTarget() function in OHOS::Ace::NG::PageRouterManager
406 router->BackToIndexWithTarget(index, params); in BackToIndexWithTarget()
H A Dfrontend_delegate_declarative_ng.cpp461 pageRouterManager_->BackToIndexWithTarget(index, params); in BackToIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp961 pageRouterManager_->BackToIndexWithTarget(index, params); in BackToIndex()