Searched defs:imageId (Results 1 – 7 of 7) sorted by relevance
33 int32_t OnProcessDone(const std::string& imageId, in OnProcessDone()42 … int32_t OnError(const std::string& imageId, OHOS::HDI::Camera::V1_2::ErrorCode errorCode) override in OnError()
65 std::string imageId; in ProcessImageApi() local76 std::string imageId; in RemoveImageApi() local
273 for (auto imageId : cameraTest->pendingImageIds_) { in BENCHMARK_F() local296 for (auto imageId : cameraTest->pendingImageIds_) { in BENCHMARK_F() local
585 int32_t Test::TestImageProcessCallback::OnProcessDone(const std::string& imageId, in OnProcessDone()603 int32_t Test::TestImageProcessCallback::OnError(const std::string& imageId, \ in OnError()
74 const std::string imageId = "imageId"; variable
680 int32_t Test::TestImageProcessCallback::OnProcessDone(const std::string& imageId, in OnProcessDone()699 int32_t Test::TestImageProcessCallback::OnError(const std::string& imageId, in OnError()
116 for (auto imageId = pendingImages.begin(); imageId != pendingImages.end(); ++imageId) { in RemovePendingImages() local