Searched refs:NextApi (Results 1 – 5 of 5) sorted by relevance
28 if (GRD_ResultSetApiInfo.NextApi == nullptr) { in GRD_Next()31 if (GRD_ResultSetApiInfo.NextApi == nullptr) { in GRD_Next()35 return GRD_ResultSetApiInfo.NextApi(resultSet); in GRD_Next()
54 GRD_DBApiInfo.NextApi = GRD_NextInner; in GRD_DBApiInitCommon()91 GRD_DBApiInfo.NextApi = (ResultNext)dlsym(g_library, "GRD_Next"); in GRD_DBApiInitEnhance()
59 GRD_DBApiInfo.NextApi = (ResultNext)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_Next"); in GRDDBApiInitEnhance()417 if (PreferenceDbAdapter::GetApiInstance().NextApi == nullptr || in GetAllInner()425 while (TransferGrdErrno(PreferenceDbAdapter::GetApiInstance().NextApi(resultSet)) == E_OK) { in GetAllInner()
86 ResultNext NextApi = nullptr; member
75 ResultNext NextApi = nullptr; member