Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dmultimodal_manager.h43 void PopActiveScene(int32_t poppedPageId, int32_t incomingPageId);
H A Dmultimodal_manager.cpp44 void MultiModalManager::PopActiveScene(int32_t poppedPageId, int32_t incomingPageId) in PopActiveScene() function in OHOS::Ace::MultiModalManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp718 context->GetMultiModalManager()->PopActiveScene(poppedPageId, incomingPageId); in PerformPopMultimodalScene()