Home
last modified time | relevance | path

Searched refs:KVFreeItemApi (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.cpp107 if (GRD_KVApiInfo.KVFreeItemApi == nullptr) { in GRD_KVFreeItem()
110 if (GRD_KVApiInfo.KVFreeItemApi == nullptr) { in GRD_KVFreeItem()
113 return GRD_KVApiInfo.KVFreeItemApi(item); in GRD_KVFreeItem()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp67 GRD_DBApiInfo.KVFreeItemApi = GRD_KVFreeItemInner; in GRD_DBApiInitCommon()
104 GRD_DBApiInfo.KVFreeItemApi = (KVFreeItem)dlsym(g_library, "GRD_KVFreeItem"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h88 KVFreeItem KVFreeItemApi = nullptr; member