Searched refs:KVGetApi (Results 1 – 3 of 3) sorted by relevance
39 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()
61 GRD_DBApiInfo.KVGetApi = GRD_KVGetInner; in GRD_DBApiInitCommon()98 GRD_DBApiInfo.KVGetApi = (KVGet)dlsym(g_library, "GRD_KVGet"); in GRD_DBApiInitEnhance()
82 KVGet KVGetApi = nullptr; member