Lines Matching refs:buffer
93 * @brief Describes the unified data struct of array buffer.
631 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
638 int OH_UdsArrayBuffer_Destroy(OH_UdsArrayBuffer* buffer);
641 * @brief Set array buffer data to the {@link OH_UdsArrayBuffer}.
643 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
644 * @param data Represents the array buffer data.
652 int OH_UdsArrayBuffer_SetData(OH_UdsArrayBuffer* buffer, unsigned char* data, unsigned int len);
655 * @brief Get array buffer data from the {@link OH_UdsArrayBuffer}.
657 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
658 * @param data Represents a pointer to array buffer data that is a output param.
659 * @param len Represents the array buffer data length that is a output param.
666 int OH_UdsArrayBuffer_GetData(OH_UdsArrayBuffer* buffer, unsigned char** data, unsigned int* len);