Home
last modified time | relevance | path

Searched refs:CreateCustomPopupParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h385 …RefPtr<PopupParam> CreateCustomPopupParam(bool isShow, const CustomPopupUIExtensionConfig& config);
H A Dui_content_impl.cpp3535 RefPtr<PopupParam> UIContentImpl::CreateCustomPopupParam(bool isShow, const CustomPopupUIExtensionC… in CreateCustomPopupParam() function in OHOS::Ace::UIContentImpl
3660 auto popupParam = CreateCustomPopupParam(true, config); in CreateCustomPopupUIExtension()
3715 auto popupParam = UICONTENT_IMPL_PTR(content)->CreateCustomPopupParam(false, config); in DestroyCustomPopupUIExtension()
3744 auto popupParam = CreateCustomPopupParam(true, config); in UpdateCustomPopupUIExtension()