Home
last modified time | relevance | path

Searched refs:GRD_KVBatchPutInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/
H A Dgrd_kv_api_inner.h48 int32_t GRD_KVBatchPutInner(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/
H A Dgrd_kv_api_inner.cpp76 int32_t GRD_KVBatchPutInner(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch) in GRD_KVBatchPutInner() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp70 GRD_DBApiInfo.KVBatchPutApi = GRD_KVBatchPutInner; in GRD_DBApiInitCommon()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/
H A Djsoninner_fuzzer.cpp1644 GRD_KVBatchPutInner(g_db, COLLECTION_NAME, batchDel); in TestGrdKvBatchCoupling003Fuzz()