Home
last modified time | relevance | path

Searched refs:byteLenArray (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp375 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 Dsub_container.h54 void UpdateSharedImage(std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray,
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2772 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 Dace_container.h570 void UpdateSharedImage(std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray,

Completed in 11 milliseconds