Searched refs:byteLenArray (Results 1 – 4 of 4) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components/form/ |
| D | sub_container.cpp | 378 std::vector<int> byteLenArray; in ProcessSharedImage() local 387 byteLenArray.push_back(imageData.second->GetAshmemSize()); in ProcessSharedImage() 390 UpdateSharedImage(picNameArray, byteLenArray, fileDescriptorArray); in ProcessSharedImage() 415 …std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray, std::vector<int>& file… in UpdateSharedImage() argument 422 if (picNameArray.empty() || byteLenArray.empty() || fileDescriptorArray.empty()) { in UpdateSharedImage() 427 if (nameArraySize != byteLenArray.size()) { in UpdateSharedImage() 450 strerror(errno), fd, picNameCopy.c_str(), byteLenArray[i]); in UpdateSharedImage() 454 auto ashmem = Ashmem(newFd, byteLenArray[i]); in UpdateSharedImage() 455 GetImageDataFromAshmem(picNameCopy, ashmem, pipelineCtx, byteLenArray[i]); in UpdateSharedImage()
|
| D | sub_container.h | 54 … void UpdateSharedImage(std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray,
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| D | ace_container.cpp | 2130 std::vector<int> byteLenArray; in UpdateFormSharedImage() local 2135 byteLenArray.push_back(imageData.second->GetAshmemSize()); in UpdateFormSharedImage() 2138 UpdateSharedImage(picNameArray, byteLenArray, fileDescriptorArray); in UpdateFormSharedImage() 2213 …std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray, std::vector<int>& file… in UpdateSharedImage() argument 2217 if (picNameArray.empty() || byteLenArray.empty() || fileDescriptorArray.empty()) { in UpdateSharedImage() 2222 if (nameArraySize != byteLenArray.size()) { in UpdateSharedImage() 2245 strerror(errno), fd, picNameCopy.c_str(), byteLenArray[i]); in UpdateSharedImage() 2249 auto ashmem = Ashmem(newFd, byteLenArray[i]); in UpdateSharedImage() 2250 GetImageDataFromAshmem(picNameCopy, ashmem, context, byteLenArray[i]); in UpdateSharedImage()
|
| D | ace_container.h | 512 … void UpdateSharedImage(std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray,
|