Searched refs:KVDel (Results 1 – 2 of 2) sorted by relevance
47 typedef int32_t (*KVDel)(GRD_DB *db, const char *collectionName, const GRD_KVItemT *key); typedef83 KVDel KVDelApi = nullptr;
99 GRD_DBApiInfo.KVDelApi = (KVDel)dlsym(g_library, "GRD_KVDel"); in GRD_DBApiInitEnhance()