Home
last modified time | relevance | path

Searched refs:PUSH_PAGE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp52 constexpr char PUSH_PAGE[] = "push_page"; variable
295 if (name_ == PUSH_PAGE) { in ResSchedReportScope()
303 if (name_ == PUSH_PAGE) { in ~ResSchedReportScope()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp149 operation_ = StackOperation::PUSH_PAGE; in PushPage()
261 case StackOperation::PUSH_PAGE: { in PerformBuild()
540 operation_ = StackOperation::PUSH_PAGE; in RestorePop()
788 case StackOperation::PUSH_PAGE: in OnPostFlush()
H A Dstage_element.h27 enum class StackOperation { NONE, PUSH_PAGE, POP, POP_TO_PAGE, REPLACE, CLEAR, RESTORE }; enumerator