Home
last modified time | relevance | path

Searched defs:navDestinationName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp820 std::string navDestinationName = "navDestinationName"; variable
849 std::string navDestinationName = "navDestinationName"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp775 std::string navDestinationName = ""; in RefreshNavDestination() local
2489 auto navDestinationName = preDestinationPattern->GetName(); in StartTransition() local
2505 auto navDestinationName = topDestinationPattern->GetName(); in StartTransition() local
2659 …rn::PerformanceEventReport(int32_t nodeCount, int32_t depth, const std::string& navDestinationName) in PerformanceEventReport()