Lines Matching refs:to

5 …original APIs in API version 9 are deleted. New APIs in API version 9 need to be used. The new API…
9 The application developed based on the SDK versions of OpenHarmony 3.2.8.2 and later needs to adapt…
13 …kgroundTaskManager.d.ts** file is deprecated and related APIs are migrated to the newly added **@o…
17 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
18 …encyResources(): void; | This API is changed in API version 9 and migrated to the **ohos.resources…
19 … changed in API version 9 to **function applyEfficiencyResources(request: EfficiencyResourcesReque…
20 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
21 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
22 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
23 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
24 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
25 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
26 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
27 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
28 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
29 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
30 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
31 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
32 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
33 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
34 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
35 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
36 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
37 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
38 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
39 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
40 …This API is deprecated in API version 9 and later versions and is migrated to the **ohos.resources…
41 …port enum ResourceType | This API is changed in API version 9 and migrated to the **ohos.resources…
42 …eType | enum | CPU = 1 | This API is changed in API version 9 and migrated to the **ohos.resources…
43 … COMMON_EVENT = 1 << 1 | This API is changed in API version 9 and migrated to the **ohos.resources…
44 … enum | TIMER = 1 << 2 | This API is changed in API version 9 and migrated to the **ohos.resources…
45 …ORK_SCHEDULER = 1 << 3 | This API is changed in API version 9 and migrated to the **ohos.resources…
46 …m | BLUETOOTH = 1 << 4 | This API is changed in API version 9 and migrated to the **ohos.resources…
47 … | enum | GPS = 1 << 5 | This API is changed in API version 9 and migrated to the **ohos.resources…
48 … enum | AUDIO = 1 << 6 | This API is changed in API version 9 and migrated to the **ohos.resources…
49 …ciencyResourcesRequest | This API is changed in API version 9 and migrated to the **ohos.resources…
50 …field | reason: string | This API is changed in API version 9 and migrated to the **ohos.resources…
51 …eld | isProcess?: bool | This API is changed in API version 9 and migrated to the **ohos.resources…
52 …eld | isPersist?: bool | This API is changed in API version 9 and migrated to the **ohos.resources…
53 …ield | timeOut: number | This API is changed in API version 9 and migrated to the **ohos.resources…
54 … field | isApply: bool | This API is changed in API version 9 and migrated to the **ohos.resources…
55 … resourceTypes: number | This API is changed in API version 9 and migrated to the **ohos.resources…
64 Exception handling also needs to be adapted. For details, see the [backgroundTaskManager API refere…
68 …original APIs in API version 9 are deleted. New APIs in API version 9 need to be used. The new API…
72 The application developed based on the SDK versions of OpenHarmony 3.2.8.2 and later needs to adapt…
76 …cs.d.ts** file is added, and the class name is changed from **bundleState** to **usageStatistics**.
80 …string, callback: AsyncCallback<boolean>): void; | Deprecated and migrated to **usageStatistics.is…
81 …dleState(bundleName: string): Promise<boolean>; | Deprecated and migrated to **usageStatistics.is…
82 …rityGroup(callback: AsyncCallback<number>): void; | Deprecated and changed to **function queryAppG…
83 …eryAppUsagePriorityGroup(): Promise<number>; | Deprecated and changed to **function queryAppG…
84 …: AsyncCallback<BundleActiveInfoResponse>): void; | Deprecated and changed to **function queryBund…
85 … end: number): Promise<BundleActiveInfoResponse>; | Deprecated and changed to **function queryBund…
86 …r, end: number): Promise<Array<BundleStateInfo>>; | Deprecated and changed to **function queryBund…
87 …ck: AsyncCallback<Array<BundleStateInfo>>): void; | Deprecated and changed to **function queryBund…
88 … end: number): Promise<Array<BundleActiveState>>; | Deprecated and changed to **function queryBund…
89 …: AsyncCallback<Array<BundleActiveState>>): void; | Deprecated and changed to **function queryBund…
90 … end: number): Promise<Array<BundleActiveState>>; | Deprecated and changed to **function queryCurr…
91 …: AsyncCallback<Array<BundleActiveState>>): void; | Deprecated and changed to **function queryCurr…
92 … number): Promise<Array<BundleActiveModuleInfo>>; | Deprecated and changed to the following two AP…
93 …ncCallback<Array<BundleActiveModuleInfo>>): void; | Deprecated and changed to the following two AP…
94 …rityGroup(bundleName? : string): Promise<number>; | Deprecated and changed to **function queryAppG…
95 …: string, callback: AsyncCallback<number>): void; | Deprecated and changed to **function queryAppG…
96 … GroupType, callback: AsyncCallback<void>): void; | Deprecated and changed to **function setAppGro…
97 …ame: string, newGroup: GroupType): Promise<void>; | Deprecated and changed to **function setAppGro…
98 …lbackInfo>, callback: AsyncCallback<void>): void; | Deprecated and changed to **function registerA…
99 …k<BundleActiveGroupCallbackInfo>): Promise<void>; | Deprecated and changed to **function registerA…
100 …oupCallBack(callback: AsyncCallback<void>): void; | Deprecated and changed to **function unregiste…
101 …RegisterGroupCallBack(): Promise<void>; | Deprecated and changed to **function unregiste…
102 …, callback: AsyncCallback<Array<BundleActiveEventState>>): void; | Changed to **function queryDevi…
103 …ay<BundleActiveEventState>>; | Changed in API version 9 and later versions to **function queryDevi…
104 …leActiveEventState>>): void; | Changed in API version 9 and later versions to **function queryNoti…
105 …ay<BundleActiveEventState>>; | Changed in API version 9 and later versions to **function queryNoti…
106 …e | interface BundleActiveGroupCallbackInfo | Changed to **usageStatistics.Ap…
107 …e: string | Changed and migrated to **usageStatistics.Ap…
108 …son: number | Changed and migrated to **usageStatistics.Ap…
109 …umber | Changed and migrated to **usageStatistics.Ap…
110 …Group: number | Deprecated and changed to **appNewGroup** …
111 …Group: number | Deprecated and changed to **appOldGroup** …
112 …undleActiveEventState | Deprecated and changed to **usageStatistics.De…
113 …mber | Changed and migrated to **usageStatistics.De…
114 …number | Changed and migrated to **usageStatistics.De…
115 …ing | Changed and migrated to **usageStatistics.De…
116 … | Changed in API version 9 and later versions to **usageStatistics.Ha…
117 … | formRecords: Array<BundleActiveFormInfo> | Changed to **formRecords: Array…
118 …eUsedTime: number | Changed and migrated to **usageStatistics.Ha…
119 …ount: number | Changed and migrated to **usageStatistics.Ha…
120 …onId?: number | Changed and migrated to **usageStatistics.Ha…
121 …scriptionId?: number | Changed and migrated to **usageStatistics.Ha…
122 …bleId?: number | Changed and migrated to **usageStatistics.Ha…
123 …onId?: number; | Changed and migrated to **usageStatistics.Ha…
124 … number | Changed and migrated to **usageStatistics.Ha…
125 …d?: number | Changed and migrated to **usageStatistics.Ha…
126 …me?: string | Changed and migrated to **usageStatistics.Ha…
127 …e: string | Changed and migrated to **usageStatistics.Ha…
128 …e: string | Changed and migrated to **usageStatistics.Ha…
129 …: string | Changed and migrated to **usageStatistics.Ha…
130 …pType | Changed and migrated to **usageStatistics.Gr…
131 …P_ALIVE | Deprecated and changed to **ALIVE_GROUP** …
132 …P_DAILY | Deprecated and changed to **DAILY_GROUP** …
133 …P_FIXED | Deprecated and changed to **FIXED_GROUP** …
134 …P_RARE | Deprecated and changed to **RARE_GROUP** …
135 …P_LIMIT | Deprecated and changed to **LIMITED_GROUP** …
136 …P_NEVER | Deprecated and changed to **NEVER_GROUP** …
137 …lType | Deprecated and migrated to **usageStatistics.In…
138 … | Deprecated and migrated to **usageStatistics.In…
139 … | Deprecated and migrated to **usageStatistics.In…
140 … | Deprecated and migrated to **usageStatistics.In…
141 … | Deprecated and migrated to **usageStatistics.In…
142 … | Deprecated and migrated to **usageStatistics.In…
143 …undleActiveInfoResponse | Deprecated and changed to **usageStatistics.Bu…
144 …undleActiveState | Deprecated and changed to **usageStatistics.Bu…
145 … number | Deprecated and changed to **eventId** …
146 …edTime?: number | Deprecated and changed to **eventOccurredTime*…
147 …: string | Deprecated and migrated to **usageStatistics.Bu…
148 …: string | Deprecated and migrated to **usageStatistics.Bu…
149 … string | Deprecated and migrated to **usageStatistics.Bu…
150 …orityGroup?: number | Deprecated and changed to **appGroup** …
151 …undleStateInfo | Deprecated and changed to **usageStatistics.Bu…
153 …?: number | Deprecated and migrated to **usageStatistics.Bu…
154 …me?: number | Deprecated and migrated to **usageStatistics.Bu…
155 …vAccessTime?: number | Deprecated and migrated to **usageStatistics.Bu…
156 …essTotalTime?: number | Deprecated and migrated to **usageStatistics.Bu…
157 … string | Deprecated and migrated to **usageStatistics.Bu…
158 …otalTime?: number | Deprecated and migrated to **usageStatistics.Bu…
159 …eenTime?: number | Deprecated and migrated to **usageStatistics.Bu…
160 …ccessTime?: number | Deprecated and migrated to **usageStatistics.Bu…
161 …otalTime?: number | Deprecated and migrated to **usageStatistics.Bu…
162 … | Deprecated and migrated to **usageStatistics.Bu…
163 … | Deprecated and changed to **usageStatistics**, and migrated to *…
172 Exception handling also needs to be adapted. For details, see the [usageStatistics API reference](.…
177 …source scheduler subsystem. The original APIs in API version 9 are changed to new APIs in API vers…
181 The application developed based on the SDK versions of OpenHarmony 3.2.8.2 and later needs to adapt…
185 …ohos.workScheduler.d.ts** file is deprecated and related APIs are migrated to the newly added **@o…
189 … | declare namespace workScheduler | Changed in API version 9 and migrated to the **ohos.resources…
190 …erface | export interface WorkInfo | Changed in API version 9 and migrated to the **ohos.resources…
191 … parameters?: {[key: string]: any} | Changed in API version 9 and migrated to the **ohos.resources…
192 | workScheduler.WorkInfo | field | idleWaitTime?: number | Changed in API version 9 and migrated to
193 | workScheduler.WorkInfo | field | isDeepIdle?: boolean | Changed in API version 9 and migrated to
194 | workScheduler.WorkInfo | field | repeatCount?: number | Changed in API version 9 and migrated to
195 | workScheduler.WorkInfo | field | isRepeat?: boolean | Changed in API version 9 and migrated to th…
196 …| field | repeatCycleTime?: number | Changed in API version 9 and migrated to the **ohos.resources…
197 … | storageRequest?: StorageRequest | Changed in API version 9 and migrated to the **ohos.resources…
198 …ld | batteryStatus?: BatteryStatus | Changed in API version 9 and migrated to the **ohos.resources…
199 | workScheduler.WorkInfo | field | batteryLevel?: number | Changed in API version 9 and migrated to
200 …field | chargerType?: ChargingType | Changed in API version 9 and migrated to the **ohos.resources…
201 | workScheduler.WorkInfo | field | isCharging?: boolean | Changed in API version 9 and migrated to
202 … field | networkType?: NetworkType | Changed in API version 9 and migrated to the **ohos.resources…
203 | workScheduler.WorkInfo | field | isPersisted?: boolean | Changed in API version 9 and migrated to
204 | workScheduler.WorkInfo | field | abilityName: string | Changed in API version 9 and migrated to t…
205 | workScheduler.WorkInfo | field | bundleName: string | Changed in API version 9 and migrated to th…
206 | workScheduler.WorkInfo | field | workId: number | Changed in API version 9 and migrated to the **…
207 …kTimeOut(workId: number): Promise; | Changed in API version 9 and migrated to the **ohos.resources…
208 …ck: AsyncCallback<void>): boolean; | Changed in API version 9 and migrated to the **ohos.resources…
209 …rWorks(): boolean; | Changed in API version 8 to **function stopAndClearWorks(): boolean;** and mi…
210 …Works(): Promise<Array<WorkInfo>>; | Changed in API version 9 and migrated to the **ohos.resources…
211 …cCallback<void>): Array<WorkInfo>; | Changed in API version 9 and migrated to the **ohos.resources…
212 …orkId: number): Promise<WorkInfo>; | Changed in API version 9 and migrated to the **ohos.resources…
213 …k: AsyncCallback<WorkInfo>): void; | Changed in API version 9 and migrated to the **ohos.resources…
214 …olean; | Changed in API version 8 to **function stopWork(work: WorkInfo, needCancel?: boolean): vo…
215 …kInfo): boolean; | Changed in API version 9 to **function startWork(work: WorkInfo): void;** and m…
216 …e | enum | export enum NetworkType | Changed in API version 9 and migrated to the **ohos.resources…
217 …Type | enum | NETWORK_TYPE_ANY = 0 | Changed in API version 9 and migrated to the **ohos.resources…
218 | workScheduler.NetworkType | enum | NETWORK_TYPE_MOBILE | Changed in API version 9 and migrated to
219 | workScheduler.NetworkType | enum | NETWORK_TYPE_WIFI | Changed in API version 9 and migrated to t…
220 …pe | enum | NETWORK_TYPE_BLUETOOTH | Changed in API version 9 and migrated to the **ohos.resources…
221 …ype | enum | NETWORK_TYPE_WIFI_P2P | Changed in API version 9 and migrated to the **ohos.resources…
222 …ype | enum | NETWORK_TYPE_ETHERNET | Changed in API version 9 and migrated to the **ohos.resources…
223 … | enum | export enum ChargingType | Changed in API version 9 and migrated to the **ohos.resources…
224 … | enum | CHARGING_PLUGGED_ANY = 0 | Changed in API version 9 and migrated to the **ohos.resources…
225 …gType | enum | CHARGING_PLUGGED_AC | Changed in API version 9 and migrated to the **ohos.resources…
226 …Type | enum | CHARGING_PLUGGED_USB | Changed in API version 9 and migrated to the **ohos.resources…
227 …| enum | CHARGING_PLUGGED_WIRELESS | Changed in API version 9 and migrated to the **ohos.resources…
228 …| enum | export enum BatteryStatus | Changed in API version 9 and migrated to the **ohos.resources…
229 …us | enum | BATTERY_STATUS_LOW = 0 | Changed in API version 9 and migrated to the **ohos.resources…
230 …tatus | enum | BATTERY_STATUS_OKAY | Changed in API version 9 and migrated to the **ohos.resources…
231 … enum | BATTERY_STATUS_LOW_OR_OKAY | Changed in API version 9 and migrated to the **ohos.resources…
232 … enum | export enum StorageRequest | Changed in API version 9 and migrated to the **ohos.resources…
233 …tus | enum | STORAGE_LEVEL_LOW = 0 | Changed in API version 9 and migrated to the **ohos.resources…
234 …Status | enum | STORAGE_LEVEL_OKAY | Changed in API version 9 and migrated to the **ohos.resources…
235 …| enum | STORAGE_LEVEL_LOW_OR_OKAY | Changed in API version 9 and migrated to the **ohos.resources…
244 Exception handling also needs to be adapted. For details, see the [workScheduler API reference](../…
249 …original APIs in API version 9 are deleted. New APIs in API version 9 need to be used. The new API…
253 The application developed based on the SDK versions of OpenHarmony 3.2.8.2 and later needs to adapt…
257 …d.ts** file is added, and the class name is changed from **reminderAgent** to **reminderAgentManag…
261 …Request, callback: AsyncCallback<number>): void; | Deprecated and migrated to **reminderAgentManag…
262 …reminderReq: ReminderRequest): Promise<number>; | Deprecated and migrated to **reminderAgentManag…
263 …d: number, callback: AsyncCallback<void>): void; | Deprecated and migrated to **reminderAgentManag…
264 …ncelReminder(reminderId: number): Promise<void>; | Deprecated and migrated to **reminderAgentManag…
265 …k: AsyncCallback<Array<ReminderRequest>>): void; | Deprecated and migrated to **reminderAgentManag…
266 …lidReminders(): Promise<Array<ReminderRequest>>; | Deprecated and migrated to **reminderAgentManag…
267 …lReminders(callback: AsyncCallback<void>): void; | Deprecated and migrated to **reminderAgentManag…
268 | reminderAgent | method | cancelAllReminders(): Promise<void>; | Deprecated and migrated to **rem…
269 …ationSlot, callback: AsyncCallback<void>): void; | Deprecated and migrated to **reminderAgentManag…
270 …tionSlot(slot: NotificationSlot): Promise<void>; | Deprecated and migrated to **reminderAgentManag…
271 ….SlotType, callback: AsyncCallback<void>): void; | Deprecated and migrated to **reminderAgentManag…
272 …slotType: notification.SlotType): Promise<void>; | Deprecated and migrated to **reminderAgentManag…
273 | reminderAgent.ActionButtonType | enum | ACTION_BUTTON_TYPE_CLOSE | Deprecated and migrated to **r…
274 | reminderAgent.ActionButtonType | enum | ACTION_BUTTON_TYPE_SNOOZE | Deprecated and migrated to *…
275 | reminderAgent.ReminderType | enum | REMINDER_TYPE_TIMER | Deprecated and migrated to **reminderAg…
276 | reminderAgent.ReminderType | enum | REMINDER_TYPE_CALENDAR | Deprecated and migrated to **reminde…
277 | reminderAgent.ReminderType | enum | REMINDER_TYPE_CALENDAR | Deprecated and migrated to **reminde…
278 | reminderAgent.ActionButton | field | title:string | Deprecated and migrated to **reminderAgentMan…
279 | reminderAgent.ActionButton | field | type:ActionButtonType | Deprecated and migrated to **reminde…
280 | reminderAgent.WantAgent | field | pkgName:string | Deprecated and migrated to **reminderAgentMana…
281 | reminderAgent.WantAgent | field | abilityName:string | Deprecated and migrated to **reminderAgent…
282 | reminderAgent.MaxScreenWantAgent | field | pkgName:string | Deprecated and migrated to **reminder…
283 | reminderAgent.MaxScreenWantAgent | field | abilityName:string | Deprecated and migrated to **remi…
284 | reminderAgent.ReminderRequest | field | reminderType:ReminderType | Deprecated and migrated to **…
285 | reminderAgent.ReminderRequest | field | actionButton?:ActionButton | Deprecated and migrated to *…
286 | reminderAgent.ReminderRequest | field | wantAgent?:WantAgent | Deprecated and migrated to **remin…
287 …| field | maxScreenWantAgent?:MaxScreenWantAgent | Deprecated and migrated to **reminderAgentManag…
288 | reminderAgent.ReminderRequest | field | ringDuration?:number | Deprecated and migrated to **remin…
289 | reminderAgent.ReminderRequest | field | snoozeTimes?:number | Deprecated and migrated to **remind…
290 | reminderAgent.ReminderRequest | field | timeInterval?:number | Deprecated and migrated to **remin…
291 | reminderAgent.ReminderRequest | field | title?:string | Deprecated and migrated to **reminderAgen…
292 | reminderAgent.ReminderRequest | field | content?:string | Deprecated and migrated to **reminderAg…
293 | reminderAgent.ReminderRequest | field | expiredContent?:string | Deprecated and migrated to **rem…
294 | reminderAgent.ReminderRequest | field | snoozeContent?:string | Deprecated and migrated to **remi…
295 | reminderAgent.ReminderRequest | field | notificationId?:number | Deprecated and migrated to **rem…
296 …quest | field | slotType?: notification.SlotType | Deprecated and migrated to **reminderAgentManag…
297 …RequestCalendar | field | dateTime:LocalDateTime | Deprecated and migrated to **reminderAgentManag…
298 …stCalendar | field | repeatMonths?:Array<number> | Deprecated and migrated to **reminderAgentManag…
299 …uestCalendar | field | repeatDays?:Array<number> | Deprecated and migrated to **reminderAgentManag…
300 | reminderAgent.ReminderRequestAlarm | field | hour:number | Deprecated and migrated to **reminderA…
301 | reminderAgent.ReminderRequestAlarm | field | minute:number | Deprecated and migrated to **reminde…
302 …RequestAlarm | field | daysOfWeek?:Array<number> | Deprecated and migrated to **reminderAgentManag…
303 …questTimer | field | triggerTimeInSeconds:number | Deprecated and migrated to **reminderAgentManag…
304 | reminderAgent.LocalDateTime | field | year:number | Deprecated and migrated to **reminderAgentMan…
305 | reminderAgent.LocalDateTime | field | month:number | Deprecated and migrated to **reminderAgentMa…
306 | reminderAgent.LocalDateTime | field | day:number | Deprecated and migrated to **reminderAgentMana…
307 | reminderAgent.LocalDateTime | field | hour:number | Deprecated and migrated to **reminderAgentMan…
308 | reminderAgent.LocalDateTime | field | minute:number | Deprecated and migrated to **reminderAgentM…
309 | reminderAgent.LocalDateTime | field | second?:number | Deprecated and migrated to **reminderAgent…
318 Exception handling also needs to be adapted. For details, see the [reminderAgentManager API referen…