Searched refs:ABILITY_OR_PAGE_SWITCH (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | aps_monitor_impl.cpp | 28 PerfConstants::ABILITY_OR_PAGE_SWITCH,
|
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_constants.h | 28 static constexpr char ABILITY_OR_PAGE_SWITCH[] = "ABILITY_OR_PAGE_SWITCH"; member in OHOS::Ace::PerfConstants
|
H A D | perf_monitor.cpp | 566 if ((sceneId == PerfConstants::ABILITY_OR_PAGE_SWITCH && currentRealTimeNs - time > RESPONSE_TIMEOUT) in IsExceptResponseTime() 660 sceneId == PerfConstants::ABILITY_OR_PAGE_SWITCH) { in IsSceneIdInSceneWhiteList()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_group_node.cpp | 502 PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_UP, ""); in CreateAnimationWithPop() 549 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithPop() 610 PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_UP, ""); in CreateAnimationWithPush() 661 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithPush() 778 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); 805 PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_UP, ""); 1152 PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_UP, ""); 1202 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); 1236 PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_UP, ""); 1315 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, tru [all...] |
H A D | navigation_pattern.cpp | 2021 PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_UP, ""); in TriggerCustomAnimation() 2058 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in OnCustomAnimationFinish() 2809 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in RecoveryToLastStack() 2863 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in ExecuteAddAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | stage_manager.cpp | 78 PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_UP, ""); in FirePageTransition() 82 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in FirePageTransition()
|
Completed in 11 milliseconds