Searched refs:OnTaskDone (Results 1 – 2 of 2) sorted by relevance
39 static void OnTaskDone(const std::string &token, bool successful, const std::string &errMsg);
88 void RequestManager::OnTaskDone(const std::string &token, bool successful, const std::string &errMs… in OnTaskDone() function in OHOS::Request::Legacy::RequestManager254 auto *task = new (std::nothrow) DownloadTask(token, option, OnTaskDone); in Download()