Searched defs:popComponentInfo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | stack_element.cpp | 49 PopupComponentInfo popComponentInfo = { -1, "-1", Operation::DIRECT_POP, nullptr }; in PopComponent() local 63 PopupComponentInfo popComponentInfo = { toastPopId, "-1", Operation::TOAST_POP, nullptr }; in PopToastComponent() local 120 PopupComponentInfo popComponentInfo = { id, "-1", Operation::DIALOG_POP, nullptr }; in PopDialog() local 128 PopupComponentInfo popComponentInfo = { -1, "-1", Operation::TEXT_OVERLAY_POP, nullptr }; in PopTextOverlay() local 135 PopupComponentInfo popComponentInfo = { -1, id, Operation::POPUP_POP, nullptr }; in PopPopup() local 142 PopupComponentInfo popComponentInfo = { -1, "-1", Operation::MENU_POP, nullptr }; in PopMenu() local 149 PopupComponentInfo popComponentInfo = { -1, "-1", Operation::VIDEO_POP, nullptr }; in PopVideo() local
|