Home
last modified time | relevance | path

Searched refs:navPathInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_stack.cpp187 MockNavPathInfo navPathInfo(recoveryInfo.name); in SetPathArray()
188 navPathInfo.mode = recoveryInfo.mode; in SetPathArray()
189 navPathInfo.fromRecovery = true; in SetPathArray()
190 newPathArray.push_back(navPathInfo); in SetPathArray()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp442 auto navPathInfo = navDestinationContext_->GetNavPathInfo(); in OnWindowHide() local
443 CHECK_NULL_VOID(navPathInfo); in OnWindowHide()
444 if (!navPathInfo->GetIsEntry()) { in OnWindowHide()
448 navPathInfo->SetIsEntry(false); in OnWindowHide()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp1109 JSRef<JSObject> navPathInfo = JSRef<JSObject>::New(); in SetPathArray() local
1110 navPathInfo->SetProperty<std::string>("name", infoName); in SetPathArray()
1112 navPathInfo->SetPropertyObject("param", JSRef<JSObject>::New()->ToJsonObject(infoParam.c_str())); in SetPathArray()
1114 navPathInfo->SetProperty<bool>("fromRecovery", true); in SetPathArray()
1115 navPathInfo->SetProperty<int32_t>("mode", infoMode); in SetPathArray()
1116 newPathArray->SetValueAt(index, navPathInfo); in SetPathArray()
H A Djs_navdestination.cpp105 auto navPathInfo = AceType::MakeRefPtr<JSNavPathInfo>(); in Create() local
106 ctx->SetNavPathInfo(navPathInfo); in Create()
138 auto navPathInfo = AceType::MakeRefPtr<JSNavPathInfo>(); in Create() local
139 ctx->SetNavPathInfo(navPathInfo); in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp439 auto navPathInfo = navDestinationContext->GetNavPathInfo(); in CheckCanHandleBack() local
440 CHECK_NULL_RETURN(navPathInfo, false); in CheckCanHandleBack()
441 auto isEntry = navPathInfo->GetIsEntry(); in CheckCanHandleBack()
445 navPathInfo->SetIsEntry(false); in CheckCanHandleBack()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_group_test_ng.cpp689 auto navPathInfo = AceType::MakeRefPtr<NavPathInfo>(); in HWTEST_F() local
690 context->SetNavPathInfo(navPathInfo); in HWTEST_F()

Completed in 10 milliseconds