Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/
H A Dgrd_kv_api.cpp116 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 Dgrd_kv_api_inner.cpp65 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()
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp154 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 Drd_utils.cpp230 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 Drd_single_ver_storage_executor.cpp395 GRD_KVBatchT *batch = nullptr; in BatchSaveEntries() local
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp475 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 Dnnrt_utils.h118 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 Dmtp_packet.cpp148 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 Drender_preprocessor_system.h95 CORE_NS::Entity batch; member
H A Danimation_system.cpp1058 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 Dkv_adapter.cpp221 auto batch = std::vector<std::string>(keys.begin() + i, keys.begin() + end); in DeleteBatch() local
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp185 std::shared_ptr<Batch> batch = timerManagerHandler_->alarmBatches_.at(0); variable
312 std::shared_ptr<Batch> batch = timerManagerHandler_->alarmBatches_.at(0); variable
H A Dtime_service_test.cpp1051 Batch batch; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp377 auto batch = std::vector<std::string>(keys.begin() + i, keys.begin() + end); in DeleteBatch() local
/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp909 EventResample::Batch batch; variable
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp267 void BufferQueue::SetBatchHandle(bool batch) in SetBatchHandle()