Searched refs:CountDownDialogType (Results 1 – 5 of 5) sorted by relevance
17 import { ChangelogType, CountDownDialogType } from '@ohos/common/src/main/ets/const/update_const';63 dialogType: isABInstall ? CountDownDialogType.OTA_AB : CountDownDialogType.OTA
16 import { CountDownDialogType } from '@ohos/common/src/main/ets/const/update_const';52 dialogType: CountDownDialogType;99 if (this.dialogType == CountDownDialogType.OTA) {101 } else if (this.dialogType == CountDownDialogType.OTA_AB) {
18 import type { Features, ChangelogType, CountDownDialogType } from '../const/update_const';93 dialogType: CountDownDialogType;
419 export enum CountDownDialogType { enum
18 CountDownDialogType,63 private dialogType: CountDownDialogType = CountDownDialogType.OTA;