Lines Matching refs:quick

3 The **quickFixManager** module provides APIs for quick fix. With quick fix, you can fix bugs in you…
18 Defines the quick fix information at the HAP file level.
28 | quickFixFilePath | string | Yes| Yes | Installation path of the quick fix patch file.…
32 Defines the quick fix information at the application level.
43 | quickFixVersionCode | number | Yes| Yes | Version code of the quick fix patch package. …
44 …| string | Yes| Yes | Text description of the version number of the quick fix patch package.…
51 Applies a quick fix patch. This API uses an asynchronous callback to return the result.
64 …| callback | AsyncCallback\<void> | Yes| Callback used to return the result. If the quick fix patc…
77 | 18500002 | The specified quick fix is invalid. It may not exist or inaccessible. |
107 Applies a quick fix patch. This API uses a promise to return the result.
138 | 18500002 | The specified quick fix is invalid. It may not exist or inaccessible. |
164 Obtains the quick fix information of the application. This API uses an asynchronous callback to ret…
177 …QuickFixInfo](#applicationquickfixinfo)> | Yes| Callback used to return the quick fix information.|
215 Obtains the quick fix information of the application. This API uses a promise to return the result.
233 …cationQuickFixInfo](#applicationquickfixinfo)> | Promise used to return the quick fix information.|
269 Revokes quick fix. This API uses an asynchronous callback to return the result.
282 …| callback | AsyncCallback\<void> | Yes| Callback used to return the result. If quick fix is revok…
294 | 18500009 | The application has an ongoing quick fix task. |
314 Revokes quick fix. This API uses a promise to return the result.
344 | 18500009 | The application has an ongoing quick fix task. |