Home
last modified time | relevance | path

Searched refs:KVBatchDestoryApi (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/
H A Dgrd_kv_api.cpp163 if (GRD_KVApiInfo.KVBatchDestoryApi == nullptr) { in GRD_KVBatchDestroy()
166 if (GRD_KVApiInfo.KVBatchDestoryApi == nullptr) { in GRD_KVBatchDestroy()
169 return GRD_KVApiInfo.KVBatchDestoryApi(batch); in GRD_KVBatchDestroy()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp72 GRD_DBApiInfo.KVBatchDestoryApi = GRD_KVBatchDestroyInner; in GRD_DBApiInitCommon()
109 GRD_DBApiInfo.KVBatchDestoryApi = (KVBatchDestory)dlsym(g_library, "GRD_KVBatchDestroy"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h93 KVBatchDestory KVBatchDestoryApi = nullptr; member