Searched refs:GetDialogId (Results 1 – 10 of 10) sorted by relevance
33 int32_t GetDialogId() const in GetDialogId() function
29 dialogId_ = dialog->GetDialogId(); in PerformBuild()
204 int32_t GetDialogId() const in GetDialogId() function
82 dialogId_ = baseDialog->GetDialogId(); in ShowDialog()
149 int32_t GetDialogId() in GetDialogId() function
123 dialogId_ = dialog->GetDialogId(); in Update()
314 if (dialogElement && dialogElement->GetDialogId() == id) { in PerformPopDialogById()321 if (dialogElement && dialogElement->GetDialogId() == id) { in PerformPopDialogById()
198 auto dialogId = AceType::DynamicCast<DialogComponent>(showDialogComponent)->GetDialogId(); in CloseDialog()
222 auto dialogId = dialogComponent->GetDialogId(); in CloseDialog()
1138 LOGI("PipelineContext::ShowDialog id is %{public}d", dialog->GetDialogId()); in ShowDialog()