Searched refs:KVBatchDestoryApi (Results 1 – 3 of 3) sorted by relevance
163 if (GRD_KVApiInfo.KVBatchDestoryApi == nullptr) { in GRD_KVBatchDestroy()166 if (GRD_KVApiInfo.KVBatchDestoryApi == nullptr) { in GRD_KVBatchDestroy()169 return GRD_KVApiInfo.KVBatchDestoryApi(batch); in GRD_KVBatchDestroy()
72 GRD_DBApiInfo.KVBatchDestoryApi = GRD_KVBatchDestroyInner; in GRD_DBApiInitCommon()109 GRD_DBApiInfo.KVBatchDestoryApi = (KVBatchDestory)dlsym(g_library, "GRD_KVBatchDestroy"); in GRD_DBApiInitEnhance()
93 KVBatchDestory KVBatchDestoryApi = nullptr; member