Searched refs:byteLenArray (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 375 std::vector<int> byteLenArray; in ProcessSharedImage() local 384 byteLenArray.push_back(imageData.second->GetAshmemSize()); in ProcessSharedImage() 387 UpdateSharedImage(picNameArray, byteLenArray, fileDescriptorArray); in ProcessSharedImage() 412 std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray, std::vector<int>& fileDescriptorArray) in UpdateSharedImage() 419 if (picNameArray.empty() || byteLenArray.empty() || fileDescriptorArray.empty()) { in UpdateSharedImage() 424 if (nameArraySize != byteLenArray.size()) { in UpdateSharedImage() 447 strerror(errno), fd, picNameCopy.c_str(), byteLenArray[i]); in UpdateSharedImage() 451 auto ashmem = Ashmem(newFd, byteLenArray[i]); in UpdateSharedImage() 452 GetImageDataFromAshmem(picNameCopy, ashmem, pipelineCtx, byteLenArray[i]); in UpdateSharedImage() 411 UpdateSharedImage( std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray, std::vector<int>& fileDescriptorArray) UpdateSharedImage() argument
|
H A D | sub_container.h | 54 void UpdateSharedImage(std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray,
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2772 std::vector<int> byteLenArray; in UpdateFormSharedImage() local 2777 byteLenArray.push_back(imageData.second->GetAshmemSize()); in UpdateFormSharedImage() 2780 UpdateSharedImage(picNameArray, byteLenArray, fileDescriptorArray); in UpdateFormSharedImage() 2831 std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray, std::vector<int>& fileDescriptorArray) in UpdateSharedImage() 2835 if (picNameArray.empty() || byteLenArray.empty() || fileDescriptorArray.empty()) { in UpdateSharedImage() 2840 if (nameArraySize != byteLenArray.size()) { in UpdateSharedImage() 2863 strerror(errno), fd, picNameCopy.c_str(), byteLenArray[i]); in UpdateSharedImage() 2867 auto ashmem = Ashmem(newFd, byteLenArray[i]); in UpdateSharedImage() 2868 GetImageDataFromAshmem(picNameCopy, ashmem, context, byteLenArray[i]); in UpdateSharedImage() 2830 UpdateSharedImage( std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray, std::vector<int>& fileDescriptorArray) UpdateSharedImage() argument
|
H A D | ace_container.h | 570 void UpdateSharedImage(std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray,
|
Completed in 11 milliseconds