Searched refs:fetchFunction (Results 1 – 1 of 1) sorted by relevance
192 for (const auto& fetchFunction : gFetchFunctions) in fetchAllInformation() local193 if ((flags & fetchFunction.flags) && ((err = fetchFunction.fetch(this, flags)) != OK)) in fetchAllInformation()194 LOG(WARNING) << "Cannot fetch or parse " << fetchFunction.description << ": " in fetchAllInformation()