Searched refs:GetValueApi (Results 1 – 5 of 5) sorted by relevance
40 if (GRD_ResultSetApiInfo.GetValueApi == nullptr) { in GRD_GetValue()43 if (GRD_ResultSetApiInfo.GetValueApi == nullptr) { in GRD_GetValue()47 return GRD_ResultSetApiInfo.GetValueApi(resultSet, value); in GRD_GetValue()
56 GRD_DBApiInfo.GetValueApi = GRD_GetValueInner; in GRD_DBApiInitCommon()93 GRD_DBApiInfo.GetValueApi = (GetValue)dlsym(g_library, "GRD_GetValue"); in GRD_DBApiInitEnhance()
87 GetValue GetValueApi = nullptr; member
77 GetValue GetValueApi = nullptr; member
60 GRD_DBApiInfo.GetValueApi = (GetValue)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_GetValue"); in GRDDBApiInitEnhance()