Lines Matching refs:New
1 | Change Type | Old Version | New Version | d.ts File |
3 …ute name: function getOnlineUpdater(upgradeInfo: UpgradeInfo): Updater;<br>New version information…
4 … update;<br>Method or attribute name: function getRestorer(): Restorer;<br>New version information…
5 …<br>Method or attribute name: function getLocalUpdater(): LocalUpdater;<br>New version information…
6 …ute name: checkNewVersion(callback: AsyncCallback\<CheckResult>): void;<br>New version information…
7 …<br>Method or attribute name: checkNewVersion(): Promise\<CheckResult>;<br>New version information…
8 …ame: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>New version information…
9 …ethod or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>New version information…
10 … callback: AsyncCallback\<Array\<ComponentDescription>><br> ): void;<br>New version information…
11 …s: DescriptionOptions<br> ): Promise\<Array\<ComponentDescription>>;<br>New version information…
12 …CurrentVersionInfo(callback: AsyncCallback\<CurrentVersionInfo>): void;<br>New version information…
13 … attribute name: getCurrentVersionInfo(): Promise\<CurrentVersionInfo>;<br>New version information…
14 … callback: AsyncCallback\<Array\<ComponentDescription>><br> ): void;<br>New version information…
15 …onOptions: DescriptionOptions): Promise\<Array\<ComponentDescription>>;<br>New version information…
16 … attribute name: getTaskInfo(callback: AsyncCallback\<TaskInfo>): void;<br>New version information…
17 …pdater;<br>Method or attribute name: getTaskInfo(): Promise\<TaskInfo>;<br>New version information…
18 …ownloadOptions,<br> callback: AsyncCallback\<void><br> ): void;<br>New version information…
19 …: VersionDigestInfo, downloadOptions: DownloadOptions): Promise\<void>;<br>New version information…
20 …ownloadOptions,<br> callback: AsyncCallback\<void><br> ): void;<br>New version information…
21 …estInfo, resumeDownloadOptions: ResumeDownloadOptions): Promise\<void>;<br>New version information…
22 …ownloadOptions,<br> callback: AsyncCallback\<void><br> ): void;<br>New version information…
23 …igestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise\<void>;<br>New version information…
24 … upgradeOptions: UpgradeOptions, callback: AsyncCallback\<void>): void;<br>New version information…
25 …fo: VersionDigestInfo, upgradeOptions: UpgradeOptions): Promise\<void>;<br>New version information…
26 …nfo, clearOptions: ClearOptions, callback: AsyncCallback\<void>): void;<br>New version information…
27 …stInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise\<void>;<br>New version information…
28 … name: getUpgradePolicy(callback: AsyncCallback\<UpgradePolicy>): void;<br>New version information…
29 …>Method or attribute name: getUpgradePolicy(): Promise\<UpgradePolicy>;<br>New version information…
30 …adePolicy(policy: UpgradePolicy, callback: AsyncCallback\<void>): void;<br>New version information…
31 …ttribute name: setUpgradePolicy(policy: UpgradePolicy): Promise\<void>;<br>New version information…
32 …attribute name: terminateUpgrade(callback: AsyncCallback\<void>): void;<br>New version information…
33 …dater;<br>Method or attribute name: terminateUpgrade(): Promise\<void>;<br>New version information…
34 …ssifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;<br>New version information…
35 …ssifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;<br>New version information…
36 …sifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;<br>New version information…
37 …sifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;<br>New version information…
38 … or attribute name: factoryReset(callback: AsyncCallback\<void>): void;<br>New version information…
39 … Restorer;<br>Method or attribute name: factoryReset(): Promise\<void>;<br>New version information…
40 … UpgradeFile, certsFile: string, callback: AsyncCallback\<void>): void;<br>New version information…
41 …dePackage(upgradeFile: UpgradeFile, certsFile: string): Promise\<void>;<br>New version information…
42 …gradeFiles: Array\<UpgradeFile>, callback: AsyncCallback\<void>): void;<br>New version information…
43 …me: applyNewVersion(upgradeFiles: Array\<UpgradeFile>): Promise\<void>;<br>New version information…
44 … UpgradeInfo;<br>Method or attribute name: export interface UpgradeInfo<br>New version information…
45 …ass name: UpgradeInfo;<br>Method or attribute name: upgradeApp: string;<br>New version information…
46 …: UpgradeInfo;<br>Method or attribute name: businessType: BusinessType;<br>New version information…
47 …usinessType;<br>Method or attribute name: export interface BusinessType<br>New version information…
48 …ame: BusinessType;<br>Method or attribute name: vendor: BusinessVendor;<br>New version information…
49 …e: BusinessType;<br>Method or attribute name: subType: BusinessSubType;<br>New version information…
50 … CheckResult;<br>Method or attribute name: export interface CheckResult<br>New version information…
51 …: CheckResult;<br>Method or attribute name: isExistNewVersion: boolean;<br>New version information…
52 …eckResult;<br>Method or attribute name: newVersionInfo: NewVersionInfo;<br>New version information…
53 …rsionInfo;<br>Method or attribute name: export interface NewVersionInfo<br>New version information…
54 …nfo;<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>New version information…
55 …ody;<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>New version information…
56 …>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>New version information…
57 …>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>New version information…
58 …>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>New version information…
59 …stInfo;<br>Method or attribute name: export interface VersionDigestInfo<br>New version information…
60 … VersionDigestInfo;<br>Method or attribute name: versionDigest: string;<br>New version information…
61 …mponent;<br>Method or attribute name: export interface VersionComponent<br>New version information…
62 …me: VersionComponent;<br>Method or attribute name: componentId: string;<br>New version information…
63 …ComponentDescription;<br>Method or attribute name: componentId: string;<br>New version information…
64 …onComponent;<br>Method or attribute name: componentType: ComponentType;<br>New version information…
65 …onComponent;<br>Method or attribute name: upgradeAction: UpgradeAction;<br>New version information…
66 … VersionComponent;<br>Method or attribute name: displayVersion: string;<br>New version information…
67 …e: VersionComponent;<br>Method or attribute name: innerVersion: string;<br>New version information…
68 …lass name: VersionComponent;<br>Method or attribute name: size: number;<br>New version information…
69 …onComponent;<br>Method or attribute name: effectiveMode: EffectiveMode;<br>New version information…
70 …mponent;<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>New version information…
71 …ription;<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>New version information…
72 …tions;<br>Method or attribute name: export interface DescriptionOptions<br>New version information…
73 …riptionOptions;<br>Method or attribute name: format: DescriptionFormat;<br>New version information…
74 …ame: DescriptionOptions;<br>Method or attribute name: language: string;<br>New version information…
75 …ion;<br>Method or attribute name: export interface ComponentDescription<br>New version information…
76 …tionInfo;<br>Method or attribute name: export interface DescriptionInfo<br>New version information…
77 …ionInfo;<br>Method or attribute name: descriptionType: DescriptionType;<br>New version information…
78 …ss name: DescriptionInfo;<br>Method or attribute name: content: string;<br>New version information…
79 …nInfo;<br>Method or attribute name: export interface CurrentVersionInfo<br>New version information…
80 …me: CurrentVersionInfo;<br>Method or attribute name: osVersion: string;<br>New version information…
81 …e: CurrentVersionInfo;<br>Method or attribute name: deviceName: string;<br>New version information…
82 …dOptions;<br>Method or attribute name: export interface DownloadOptions<br>New version information…
83 …e: DownloadOptions;<br>Method or attribute name: allowNetwork: NetType;<br>New version information…
84 …umeDownloadOptions;<br>Method or attribute name: allowNetwork: NetType;<br>New version information…
85 …Class name: DownloadOptions;<br>Method or attribute name: order: Order;<br>New version information…
86 …|Class name: UpgradeOptions;<br>Method or attribute name: order: Order;<br>New version information…
87 …ns;<br>Method or attribute name: export interface ResumeDownloadOptions<br>New version information…
88 …ons;<br>Method or attribute name: export interface PauseDownloadOptions<br>New version information…
89 …wnloadOptions;<br>Method or attribute name: isAllowAutoResume: boolean;<br>New version information…
90 …deOptions;<br>Method or attribute name: export interface UpgradeOptions<br>New version information…
91 …learOptions;<br>Method or attribute name: export interface ClearOptions<br>New version information…
92 …name: ClearOptions;<br>Method or attribute name: status: UpgradeStatus;<br>New version information…
93 …ass name: TaskBody;<br>Method or attribute name: status: UpgradeStatus;<br>New version information…
94 …radePolicy;<br>Method or attribute name: export interface UpgradePolicy<br>New version information…
95 … UpgradePolicy;<br>Method or attribute name: downloadStrategy: boolean;<br>New version information…
96 …gradePolicy;<br>Method or attribute name: autoUpgradeStrategy: boolean;<br>New version information…
97 …br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;<br>New version information…
98 …radePeriod;<br>Method or attribute name: export interface UpgradePeriod<br>New version information…
99 …|Class name: UpgradePeriod;<br>Method or attribute name: start: number;<br>New version information…
100 …: |Class name: UpgradePeriod;<br>Method or attribute name: end: number;<br>New version information…
101 … name: TaskInfo;<br>Method or attribute name: export interface TaskInfo<br>New version information…
102 …|Class name: TaskInfo;<br>Method or attribute name: existTask: boolean;<br>New version information…
103 …|Class name: TaskInfo;<br>Method or attribute name: taskBody: TaskBody;<br>New version information…
104 …Class name: EventInfo;<br>Method or attribute name: taskBody: TaskBody;<br>New version information…
105 …ame: EventInfo;<br>Method or attribute name: export interface EventInfo<br>New version information…
106 … |Class name: EventInfo;<br>Method or attribute name: eventId: EventId;<br>New version information…
107 … name: TaskBody;<br>Method or attribute name: export interface TaskBody<br>New version information…
108 … |Class name: TaskBody;<br>Method or attribute name: subStatus: number;<br>New version information…
109 …: |Class name: TaskBody;<br>Method or attribute name: progress: number;<br>New version information…
110 …Class name: TaskBody;<br>Method or attribute name: installMode: number;<br>New version information…
111 …Body;<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;<br>New version information…
112 …rrorMessage;<br>Method or attribute name: export interface ErrorMessage<br>New version information…
113 …ass name: ErrorMessage;<br>Method or attribute name: errorCode: number;<br>New version information…
114 … name: ErrorMessage;<br>Method or attribute name: errorMessage: string;<br>New version information…
115 …fyInfo;<br>Method or attribute name: export interface EventClassifyInfo<br>New version information…
116 …lassifyInfo;<br>Method or attribute name: eventClassify: EventClassify;<br>New version information…
117 …ame: EventClassifyInfo;<br>Method or attribute name: extraInfo: string;<br>New version information…
118 … UpgradeFile;<br>Method or attribute name: export interface UpgradeFile<br>New version information…
119 …ame: UpgradeFile;<br>Method or attribute name: fileType: ComponentType;<br>New version information…
120 …Class name: UpgradeFile;<br>Method or attribute name: filePath: string;<br>New version information…
121 …back;<br>Method or attribute name: export interface UpgradeTaskCallback<br>New version information…
122 …askCallback;<br>Method or attribute name: (eventInfo: EventInfo): void;<br>New version information…
123 …BusinessVendor;<br>Method or attribute name: export enum BusinessVendor<br>New version information…
124 …ss name: BusinessVendor;<br>Method or attribute name: PUBLIC = 'public'<br>New version information…
125 …sinessSubType;<br>Method or attribute name: export enum BusinessSubType<br>New version information…
126 …|Class name: BusinessSubType;<br>Method or attribute name: FIRMWARE = 1<br>New version information…
127 …: ComponentType;<br>Method or attribute name: export enum ComponentType<br>New version information…
128 …ation: |Class name: ComponentType;<br>Method or attribute name: OTA = 1<br>New version information…
129 …: UpgradeAction;<br>Method or attribute name: export enum UpgradeAction<br>New version information…
130 …s name: UpgradeAction;<br>Method or attribute name: UPGRADE = 'upgrade'<br>New version information…
131 …name: UpgradeAction;<br>Method or attribute name: RECOVERY = 'recovery'<br>New version information…
132 …: EffectiveMode;<br>Method or attribute name: export enum EffectiveMode<br>New version information…
133 …tion: |Class name: EffectiveMode;<br>Method or attribute name: COLD = 1<br>New version information…
134 …tion: |Class name: EffectiveMode;<br>Method or attribute name: LIVE = 2<br>New version information…
135 …ass name: EffectiveMode;<br>Method or attribute name: LIVE_AND_COLD = 3<br>New version information…
136 …scriptionType;<br>Method or attribute name: export enum DescriptionType<br>New version information…
137 … |Class name: DescriptionType;<br>Method or attribute name: CONTENT = 0<br>New version information…
138 …ion: |Class name: DescriptionType;<br>Method or attribute name: URI = 1<br>New version information…
139 …ptionFormat;<br>Method or attribute name: export enum DescriptionFormat<br>New version information…
140 …lass name: DescriptionFormat;<br>Method or attribute name: STANDARD = 0<br>New version information…
141 …ss name: DescriptionFormat;<br>Method or attribute name: SIMPLIFIED = 1<br>New version information…
142 … |Class name: NetType;<br>Method or attribute name: export enum NetType<br>New version information…
143 …mation: |Class name: NetType;<br>Method or attribute name: CELLULAR = 1<br>New version information…
144 …on: |Class name: NetType;<br>Method or attribute name: METERED_WIFI = 2<br>New version information…
145 …|Class name: NetType;<br>Method or attribute name: NOT_METERED_WIFI = 4<br>New version information…
146 …nformation: |Class name: NetType;<br>Method or attribute name: WIFI = 6<br>New version information…
147 …Class name: NetType;<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>New version information…
148 …ion: |Class name: Order;<br>Method or attribute name: export enum Order<br>New version information…
149 …ormation: |Class name: Order;<br>Method or attribute name: DOWNLOAD = 1<br>New version information…
150 …formation: |Class name: Order;<br>Method or attribute name: INSTALL = 2<br>New version information…
151 …lass name: Order;<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>New version information…
152 …information: |Class name: Order;<br>Method or attribute name: APPLY = 4<br>New version information…
153 … |Class name: Order;<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>New version information…
154 …: UpgradeStatus;<br>Method or attribute name: export enum UpgradeStatus<br>New version information…
155 …name: UpgradeStatus;<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>New version information…
156 …lass name: UpgradeStatus;<br>Method or attribute name: DOWNLOADING = 21<br>New version information…
157 … name: UpgradeStatus;<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>New version information…
158 …ss name: UpgradeStatus;<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>New version information…
159 … name: UpgradeStatus;<br>Method or attribute name: WAITING_INSTALL = 30<br>New version information…
160 … |Class name: UpgradeStatus;<br>Method or attribute name: UPDATING = 31<br>New version information…
161 …ss name: UpgradeStatus;<br>Method or attribute name: WAITING_APPLY = 40<br>New version information…
162 … |Class name: UpgradeStatus;<br>Method or attribute name: APPLYING = 41<br>New version information…
163 … name: UpgradeStatus;<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>New version information…
164 …ass name: UpgradeStatus;<br>Method or attribute name: UPGRADE_FAIL = 51<br>New version information…
165 …: EventClassify;<br>Method or attribute name: export enum EventClassify<br>New version information…
166 …ass name: EventClassify;<br>Method or attribute name: TASK = 0x01000000<br>New version information…
167 … |Class name: EventId;<br>Method or attribute name: export enum EventId<br>New version information…
168 …ntId;<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>New version information…
169 …: |Class name: EventId;<br>Method or attribute name: EVENT_TASK_RECEIVE<br>New version information…
170 …n: |Class name: EventId;<br>Method or attribute name: EVENT_TASK_CANCEL<br>New version information…
171 … |Class name: EventId;<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>New version information…
172 …|Class name: EventId;<br>Method or attribute name: EVENT_DOWNLOAD_START<br>New version information…
173 …Class name: EventId;<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>New version information…
174 …|Class name: EventId;<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>New version information…
175 …Class name: EventId;<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>New version information…
176 …lass name: EventId;<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>New version information…
177 … |Class name: EventId;<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>New version information…
178 …: |Class name: EventId;<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>New version information…
179 … |Class name: EventId;<br>Method or attribute name: EVENT_UPGRADE_START<br>New version information…
180 …|Class name: EventId;<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>New version information…
181 …on: |Class name: EventId;<br>Method or attribute name: EVENT_APPLY_WAIT<br>New version information…
182 …n: |Class name: EventId;<br>Method or attribute name: EVENT_APPLY_START<br>New version information…
183 …Class name: EventId;<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>New version information…
184 …: |Class name: EventId;<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>New version information…