Searched refs:ABILITY_OR_PAGE_SWITCH (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | aps_monitor_impl.cpp | 36 PerfConstants::ABILITY_OR_PAGE_SWITCH,
|
/ohos5.0/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"; variable
|
H A D | perf_monitor.cpp | 566 …if ((sceneId == PerfConstants::ABILITY_OR_PAGE_SWITCH && currentRealTimeNs - time > RESPONSE_TIMEO… in IsExceptResponseTime() 660 sceneId == PerfConstants::ABILITY_OR_PAGE_SWITCH) { in IsSceneIdInSceneWhiteList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_group_node.cpp | 530 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in CreateAnimationWithPop() 577 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithPop() 641 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in CreateAnimationWithPush() 709 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithPush() 833 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithReplace() 862 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in TransitionWithReplace() 1212 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in CreateAnimationWithDialogPop() 1262 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithDialogPop() 1296 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in CreateAnimationWithDialogPush() 1375 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithDialogPush()
|
H A D | navigation_pattern.cpp | 2027 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in TriggerCustomAnimation() 2064 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in OnCustomAnimationFinish() 2805 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in RecoveryToLastStack() 2859 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in ExecuteAddAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 109 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TriggerPageTransition()
|
H A D | stage_manager.cpp | 99 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in FirePageTransition()
|