Home
last modified time | relevance | path

Searched refs:GetDialogId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_element.h33 int32_t GetDialogId() const in GetDialogId() function
H A Ddialog_element.cpp29 dialogId_ = dialog->GetDialogId(); in PerformBuild()
H A Ddialog_component.h204 int32_t GetDialogId() const in GetDialogId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_element.cpp82 dialogId_ = baseDialog->GetDialogId(); in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h149 int32_t GetDialogId() in GetDialogId() function
H A Drender_dialog_tween.cpp123 dialogId_ = dialog->GetDialogId(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp314 if (dialogElement && dialogElement->GetDialogId() == id) { in PerformPopDialogById()
321 if (dialogElement && dialogElement->GetDialogId() == id) { in PerformPopDialogById()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcustom_dialog_controller_model_impl.cpp198 auto dialogId = AceType::DynamicCast<DialogComponent>(showDialogComponent)->GetDialogId(); in CloseDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp222 auto dialogId = dialogComponent->GetDialogId(); in CloseDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1138 LOGI("PipelineContext::ShowDialog id is %{public}d", dialog->GetDialogId()); in ShowDialog()