Home
last modified time | relevance | path

Searched refs:KVGetApi (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.cpp39 if (GRD_KVApiInfo.KVGetApi == nullptr) { in GRD_KVGet()
42 if (GRD_KVApiInfo.KVGetApi == nullptr) { in GRD_KVGet()
45 return GRD_KVApiInfo.KVGetApi(db, collectionName, key, value); in GRD_KVGet()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp61 GRD_DBApiInfo.KVGetApi = GRD_KVGetInner; in GRD_DBApiInitCommon()
98 GRD_DBApiInfo.KVGetApi = (KVGet)dlsym(g_library, "GRD_KVGet"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h82 KVGet KVGetApi = nullptr; member