Searched refs:DoneFunc (Results 1 – 2 of 2) sorted by relevance
36 using DoneFunc = std::function<void(const std::string &, bool, const std::string &)>; variable37 DownloadTask(const std::string &token, const DownloadOption &option, const DoneFunc &callback);62 DoneFunc callback_;
28 DownloadTask::DownloadTask(const std::string &token, const DownloadOption &option, const DoneFunc &… in DownloadTask()