Searched defs:imageId (Results 1 – 2 of 2) sorted by relevance
727 int32_t Test::TestImageProcessCallback::OnProcessDone(const std::string& imageId, in OnProcessDone()745 int32_t Test::TestImageProcessCallback::OnError(const std::string& imageId, in OnError()
70 for (auto imageId = pendingImages.begin(); imageId != pendingImages.end(); ++imageId) { in RemovePendingImages() local