Home
last modified time | relevance | path

Searched refs:batches (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-ability-dataAbilityResult.md34 // Perform database operations in batches.
H A Djs-apis-inner-ability-dataAbilityHelper.md1258 Operates data in the database in batches. This API uses an asynchronous callback to return the resu…
1297 Operates data in the database in batches. This API uses a promise to return the result.
H A Djs-apis-ability-featureAbility.md898 …taAbility can use an enumerated value to specify the operation type when operating data in batches.
/ohos5.0/docs/en/application-dev/application-models/
H A Ddataability-lifecycle.md22 …Callback<Array<DataAbilityResult>>): void | Operates data in the database in batches.|
H A Daccess-dataability.md531 7. Use **batchInsert** to insert data in batches to the DataAbility.
648 8. Use **executeBatch** to process data in batches in the DataAbility.
/ohos5.0/docs/en/application-dev/calendarmanager/
H A Dcalendarmanager-event-developer.md141 …create a single event or use the **addEvents()** API to create events in batches. The following de…
268 …ate a single event or use the **deleteEvents()** API to delete events in batches. The following de…
/ohos5.0/docs/en/application-dev/reference/apis-asset-store-kit/
H A Derrorcode-asset.md253 …in sub-features of the API, for example, querying plaintext of assets in batches, are not supporte…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-state-management.md1395 …persistProp** API, with the difference that it allows for persistence in batches and is therefore …
1499 …PersistProp** API, with the difference that it allows for persistence in batches and is therefore …
1596 …ributes in batches. You are advised to call this API during application startup to save system env…
1681 …ributes in batches. You are advised to call this API during application startup to save system env…
H A Dts-rendering-control-lazyforeach.md276 Invoked when data is changed in batches. It cannot be used together with the aforementioned APIs.
/ohos5.0/docs/en/design/ux-design/
H A Dapp-page-structure-design.md46 A multi-choice page enables users to select multiple data items and process them in batches. It is …
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-apx-library.md108 /* Create child threads in batches. */
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1108 …d DestroyBatchData(BASE_NS::unordered_map<CORE_NS::Entity, RenderSystem::BatchDataVector>& batches) in DestroyBatchData() argument
1111 for (auto iter = batches.begin(); iter != batches.end();) { in DestroyBatchData()
1113 iter = batches.erase(iter); in DestroyBatchData()
/ohos5.0/docs/en/application-dev/database/
H A Dshare-data-by-datashareextensionability.md295 // Update data in batches.
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-distributed-data.md2363 Inserts KV pairs in batches to this KV store. This API uses an asynchronous callback to return the …
2371 | entries |[Entry](#entry)[] | Yes |KV pairs to insert in batches. |
2410 Inserts KV pairs in batches to this KV store. This API uses a promise to return the result.
2418 | entries |[Entry](#entry)[] | Yes |KV pairs to insert in batches. |
2464 Deletes KV pairs in batches from this KV store. This API uses an asynchronous callback to return th…
2472 | keys |string[] | Yes |KV pairs to delete in batches. |
2511 Deletes KV pairs in batches from this KV store. This API uses a promise to return the result.
2519 | keys |string[] | Yes |KV pairs to delete in batches. |
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hisysevent-sys.md442 Exports system events in batches and writes them as a file to the fixed directory of the applicatio…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Log-guide.md121 **Note:** For example, if files are deleted in batches, do not record a log for each file deletion.…
/ohos5.0/docs/en/application-dev/performance/
H A Ddevelop-Native-modules-using-NAPI-safely-and-efficiently.md137 … conversion may cause performance deterioration. You can process data in batches or use a more eff…
H A Dimprove-file-upload-and-download-performance.md60 The following uses uploading images in batches from Gallery as an example to describe the technolog…
/ohos5.0/docs/en/application-dev/ui/
H A Dndk-embed-arkts-components.md408 …quent cross-language communication, cache property events on the native side and notify in batches.
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-stream.md490 | chunks | string[] \| Uint8Array[] | Yes| Data arrays to write in batches.|
1491 | chunks | string[] \| Uint8Array[] | Yes| Data arrays to write in batches.|
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v4.0-beta2.md117 - Notifications can be deleted in batches.
H A DOpenHarmony-v3.1-beta.md212 …ng the XTS pressure test, when 100 application packages are installed in batches in a short period…
H A DOpenHarmony-v4.0-release.md283 - Notifications can be deleted in batches.
/ohos5.0/docs/en/application-dev/reference/apis-calendar-kit/
H A Djs-apis-calendarManager.md725 Creates events in batches, with no event ID specified in **Event**. This API uses an asynchronous c…
777 Creates events in batches, with no event ID specified in **Event**. This API uses a promise to retu…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-mvvm-V2.md967 …d management functions, including loading tasks, updating task status in batches, and adding and d…

12