Searched defs:taskKey (Results 1 – 6 of 6) sorted by relevance
66 std::string taskKey; member
57 std::string taskKey = src_.GetTaskKey() + (GetOnProgressCallback() ? "1" : "0"); in ~ImageLoadingContext() local
405 const std::string taskKey = src.GetTaskKey() + (ctx->GetOnProgressCallback() ? "1" : "0"); in CreateImageObject() local
2058 auto taskKey = src.GetTaskKey(); variable
1567 std::string taskKey = dumpOption[2]; in DumpCancelTask() local
751 bool ComponentManager::FetchNeedRefreshTask(const std::pair<std::string, std::string> &taskKey, Tas… in FetchNeedRefreshTask()