Home
last modified time | relevance | path

Searched refs:KVBatchPushbackApi (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.cpp130 if (GRD_KVApiInfo.KVBatchPushbackApi == nullptr) { in GRD_KVBatchPushback()
133 if (GRD_KVApiInfo.KVBatchPushbackApi == nullptr) { in GRD_KVBatchPushback()
136 return GRD_KVApiInfo.KVBatchPushbackApi(key, keyLen, data, dataLen, batch); in GRD_KVBatchPushback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp69 GRD_DBApiInfo.KVBatchPushbackApi = GRD_KVBatchPushbackInner; in GRD_DBApiInitCommon()
106 GRD_DBApiInfo.KVBatchPushbackApi = (KVBatchPushback)dlsym(g_library, "GRD_KVBatchPushback"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h90 KVBatchPushback KVBatchPushbackApi = nullptr; member