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