Searched refs:ChangelogType (Results 1 – 5 of 5) sorted by relevance
/base/update/update_app/common/src/main/ets/manager/ |
D | UpgradeInterface.ets | 18 import type { Features, ChangelogType, CountDownDialogType } from '../const/update_const'; 61 displayType?: ChangelogType;
|
/base/update/update_app/common/src/main/ets/const/ |
D | update_const.ts | 316 export enum ChangelogType { enum
|
/base/update/update_app/feature/ota/src/main/ets/ |
D | OtaPage.ets | 17 import { ChangelogType, CountDownDialogType } from '@ohos/common/src/main/ets/const/update_const'; 56 displayType: ChangelogType.PICTURE_AND_TEXT,
|
/base/update/update_app/common/ |
D | index.ets | 21 Features, Feature, Icon, ChangelogType, Action, UpgradeData, UpgradeCallResult, PACKAGE_NAME,
|
/base/update/update_app/feature/ota/src/main/ets/components/ |
D | ChangelogContent.ets | 19 ChangelogType, 268 if (this.changelogInfo?.displayType == ChangelogType.TEXT) {
|