Home
last modified time | relevance | path

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

/base/update/update_app/common/src/main/ets/manager/
DUpgradeInterface.ets18 import type { Features, ChangelogType, CountDownDialogType } from '../const/update_const';
61 displayType?: ChangelogType;
/base/update/update_app/common/src/main/ets/const/
Dupdate_const.ts316 export enum ChangelogType { enum
/base/update/update_app/feature/ota/src/main/ets/
DOtaPage.ets17 import { ChangelogType, CountDownDialogType } from '@ohos/common/src/main/ets/const/update_const';
56 displayType: ChangelogType.PICTURE_AND_TEXT,
/base/update/update_app/common/
Dindex.ets21 Features, Feature, Icon, ChangelogType, Action, UpgradeData, UpgradeCallResult, PACKAGE_NAME,
/base/update/update_app/feature/ota/src/main/ets/components/
DChangelogContent.ets19 ChangelogType,
268 if (this.changelogInfo?.displayType == ChangelogType.TEXT) {