Lines Matching refs:buffer
104 * @brief Describes the unified data struct of array buffer.
642 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
649 int OH_UdsArrayBuffer_Destroy(OH_UdsArrayBuffer* buffer);
652 * @brief Set array buffer data to the {@link OH_UdsArrayBuffer}.
654 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
655 * @param data Represents the array buffer data.
663 int OH_UdsArrayBuffer_SetData(OH_UdsArrayBuffer* buffer, unsigned char* data, unsigned int len);
666 * @brief Get array buffer data from the {@link OH_UdsArrayBuffer}.
668 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
669 * @param data Represents a pointer to array buffer data that is a output param.
670 * @param len Represents the array buffer data length that is a output param.
677 int OH_UdsArrayBuffer_GetData(OH_UdsArrayBuffer* buffer, unsigned char** data, unsigned int* len);