/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | AppDataHelper.java | 119 Installer.Batch batch = new Installer.Batch(); in prepareAppDataPostCommitLIF() local 152 private void executeBatchLI(@NonNull Installer.Batch batch) { in executeBatchLI() 171 private @NonNull CompletableFuture<?> prepareAppData(@NonNull Installer.Batch batch, in prepareAppData() 185 private void prepareAppDataAndMigrate(@NonNull Installer.Batch batch, in prepareAppDataAndMigrate() 202 private @NonNull CompletableFuture<?> prepareAppDataLeaf(@NonNull Installer.Batch batch, in prepareAppDataLeaf()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/ |
H A D | grd_kv_api.cpp | 116 GRD_API int32_t GRD_KVBatchPrepare(uint16_t itemNum, GRD_KVBatchT **batch) in GRD_KVBatchPrepare() 128 GRD_KVBatchT *batch) in GRD_KVBatchPushback() 139 GRD_API int32_t GRD_KVBatchPut(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchPut() 150 GRD_API int32_t GRD_KVBatchDel(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchDel() 161 GRD_API int32_t GRD_KVBatchDestroy(GRD_KVBatchT *batch) in GRD_KVBatchDestroy()
|
H A D | grd_kv_api_inner.cpp | 65 int32_t GRD_KVBatchPrepareInner(uint16_t itemNum, GRD_KVBatchT **batch) in GRD_KVBatchPrepareInner() 71 GRD_KVBatchT *batch) in GRD_KVBatchPushbackInner() 76 int32_t GRD_KVBatchPutInner(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchPutInner() 81 int32_t GRD_KVBatchDelInner(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchDelInner() 86 int32_t GRD_KVBatchDestroyInner(GRD_KVBatchT *batch) in GRD_KVBatchDestroyInner()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
H A D | GroupCoalescer.java | 184 final EventBatch batch = mBatches.get(sbn.getGroupKey()); in maybeEmitBatch() local 208 final EventBatch batch = getOrBuildBatch(sbn.getGroupKey()); in handleNotificationPosted() local 229 EventBatch batch = mBatches.get(groupKey); in getOrBuildBatch() local 237 private void resetShortTimeout(EventBatch batch) { in resetShortTimeout() 250 private void emitBatch(EventBatch batch) { in emitBatch()
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/ |
H A D | event_resample.cpp | 154 Batch& batch = batches_.at(batchIndex); in UpdateBatch() local 165 Batch batch; in UpdateBatch() local 240 Batch& batch = batches_.at(i); in ConsumeBatch() local 273 ErrCode EventResample::ConsumeSamples(Batch& batch, size_t count, MotionEvent** outEvent) in ConsumeSamples() 466 bool EventResample::CanAddSample(const Batch &batch, MotionEvent &event) in CanAddSample() 494 ssize_t EventResample::FindSampleNoLaterThan(const Batch& batch, int64_t time) in FindSampleNoLaterThan()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_utils.cpp | 230 int RdKVBatchPrepare(uint16_t itemNum, GRD_KVBatchT **batch) in RdKVBatchPrepare() 235 int RdKVBatchPushback(GRD_KVBatchT *batch, const Key &key, const Value &value) in RdKVBatchPushback() 247 int RdKVBatchPut(GRD_DB *db, const char *kvTableName, GRD_KVBatchT *batch) in RdKVBatchPut() 266 int RdKVBatchDel(GRD_DB *db, const char *kvTableName, GRD_KVBatchT *batch) in RdKVBatchDel() 275 int RdKVBatchDestroy(GRD_KVBatchT *batch) in RdKVBatchDestroy()
|
H A D | rd_single_ver_storage_executor.cpp | 395 GRD_KVBatchT *batch = nullptr; in BatchSaveEntries() local
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_am_CachedAppOptimizer.cpp | 106 uint64_t consumeBytes(VmaBatch& batch, uint64_t bytesToConsume) { in consumeBytes() 174 bool createNextBatch(VmaBatch& batch) { in createNextBatch() 234 int madviseVmasFromBatch(unique_fd& pidfd, VmaBatch& batch, int madviseType, in madviseVmasFromBatch() 295 VmaBatch batch; in compactMemory() local
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_manager.cpp | 475 auto batch = *it; in RemoveLocked() local 559 for (const auto &batch : oldSet) { in ReBatchAllTimers() local 747 auto batch = *iter; in TriggerTimersLocked() local 810 [](const std::shared_ptr<Batch> &batch) { in FindFirstWakeupBatchLocked() 834 auto batch = alarmBatches_.at(whichBatch); in InsertAndBatchTimerLocked() local 847 [whenElapsed, maxWhen](const std::shared_ptr<Batch> &batch) { in AttemptCoalesceLocked() 1024 for (const auto &batch : alarmBatches_) { in AdjustTimer() local 1179 for (const auto &batch : alarmBatches_) { in AdjustTimersBasedOnDeviceIdle() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_utils.h | 118 const int32_t batch = dims[DEPTHWISE_WEIGHT_BATCH_DIMENSION]; in TransposeTensor() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_packet.cpp | 148 std::vector<uint8_t> batch(writeBuffer_.begin() + i, writeBuffer_.begin() + end); in Write() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_preprocessor_system.h | 95 CORE_NS::Entity batch; member
|
H A D | animation_system.cpp | 1058 auto batch = [this](size_t i, size_t offset, size_t count) { in ResetToInitialTrackValues() local 1086 auto batch = [this](size_t i, size_t offset, size_t count) { in WriteUpdatedTrackValues() local
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/kvadapter/ |
H A D | kv_adapter.cpp | 221 auto batch = std::vector<std::string>(keys.begin() + i, keys.begin() + end); in DeleteBatch() local
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | Reporter.cpp | 385 ReportWriter::ReportWriter(const sp<ReportBatch>& batch) in ReportWriter() 520 const sp<ReportBatch>& batch, in Reporter()
|
H A D | IncidentService.cpp | 184 sp<ReportBatch> batch; in take_report() local
|
/ohos5.0/base/time/time_service/test/unittest/service_test/src/ |
H A D | time_proxy_test.cpp | 185 std::shared_ptr<Batch> batch = timerManagerHandler_->alarmBatches_.at(0); variable 312 std::shared_ptr<Batch> batch = timerManagerHandler_->alarmBatches_.at(0); variable
|
H A D | time_service_test.cpp | 1051 Batch batch; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/ |
H A D | kv_adapter.cpp | 377 auto batch = std::vector<std::string>(keys.begin() + i, keys.begin() + end); in DeleteBatch() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollection.java | 453 private void onNotificationGroupPosted(List<CoalescedEvent> batch) { in onNotificationGroupPosted()
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/ |
H A D | event_resample_test.cpp | 909 EventResample::Batch batch; variable
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue.cpp | 267 void BufferQueue::SetBatchHandle(bool batch) in SetBatchHandle()
|