Searched refs:RdKVDel (Results 1 – 3 of 3) sorted by relevance
53 int RdKVDel(GRD_DB *db, const char *collectionName, const Key &key);
161 int RdKVDel(GRD_DB *db, const char *collectionName, const Key &key) in RdKVDel() function
389 return RdKVDel(db_, SYNC_COLLECTION_NAME, key); in DelKvData()