Lines Matching defs:picName
2853 auto picName = picNameArray[i];
2854 // save a copy of picName and ReleaseStringUTFChars immediately to avoid memory leak
2855 picNameCopy = picName;
2862 LOGE("dup fd fail, fail reason: %{public}s, fd: %{public}d, picName: %{private}s, length: %{public}d",
2875 const std::string& picName, Ashmem& ashmem, const RefPtr<PipelineBase>& pipelineContext, int len)
2881 LOGE("MapReadOnlyAshmem fail, fail reason: %{public}s, picName: %{private}s, length: %{public}d, "
2883 strerror(errno), picName.c_str(), len, ashmem.GetAshmemFd());
2888 LOGE("imageData is nullptr, errno is: %{public}s, picName: %{private}s, length: %{public}d, fd: %{public}d",
2889 strerror(errno), picName.c_str(), len, ashmem.GetAshmemFd());
2897 sharedImageManager->AddSharedImage(picName, std::vector<uint8_t>(imageData, imageData + len));