Home
last modified time | relevance | path

Searched refs:KVBatchDestory (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h60 typedef int32_t (*KVBatchDestory)(GRD_KVBatchT *batch); typedef
93 KVBatchDestory KVBatchDestoryApi = nullptr;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp109 GRD_DBApiInfo.KVBatchDestoryApi = (KVBatchDestory)dlsym(g_library, "GRD_KVBatchDestroy"); in GRD_DBApiInitEnhance()