Home
last modified time | relevance | path

Searched refs:CountDownDialogType (Results 1 – 5 of 5) sorted by relevance

/base/update/update_app/feature/ota/src/main/ets/
DOtaPage.ets17 import { ChangelogType, CountDownDialogType } from '@ohos/common/src/main/ets/const/update_const';
63 dialogType: isABInstall ? CountDownDialogType.OTA_AB : CountDownDialogType.OTA
/base/update/update_app/feature/ota/src/main/ets/dialog/
DCountDownInstallDialogBuilder.ets16 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) {
/base/update/update_app/common/src/main/ets/manager/
DUpgradeInterface.ets18 import type { Features, ChangelogType, CountDownDialogType } from '../const/update_const';
93 dialogType: CountDownDialogType;
/base/update/update_app/common/src/main/ets/const/
Dupdate_const.ts419 export enum CountDownDialogType { enum
/base/update/update_app/product/oh/base/src/main/ets/pages/
DnewVersion.ets18 CountDownDialogType,
63 private dialogType: CountDownDialogType = CountDownDialogType.OTA;