Lines Matching refs:data
21 * for data across applications, devices, and platforms, providing a unified OpenHarmony
22 * data language and standardized data access and reading paths.
32 * @brief Provides uniform data struct(UDS).
48 * @brief Describes the unified data struct of plaintext.
55 * @brief Describes the unified data struct of hyperlink.
62 * @brief Describes the unified data struct of html.
69 * @brief Describes the unified data struct of open harmony application item.
76 * @brief Describes the unified data struct of file uri.
83 * @brief Describes the unified data struct of open harmony pixel map.
90 * @brief Describes the unified data struct of content form.
104 * @brief Describes the unified data struct of array buffer.
652 * @brief Set array buffer data to the {@link OH_UdsArrayBuffer}.
655 * @param data Represents the array buffer data.
656 * @param len Represents the length of data param.
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}.
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);
709 * @brief Get thumb data from the {@link OH_UdsContentForm}.
712 * @param thumbData Represents a pointer to thumb data that is a output param.
713 * @param len Represents the thumb data length that is a output param.
717 * {@link UDMF_ERR} Internal data error.
744 * @brief Get thumb data from the {@link OH_UdsContentForm}.
752 * {@link UDMF_ERR} Internal data error.
779 * @brief Set thumb data to the {@link OH_UdsContentForm}.
782 * @param thumbData Represents the thumb data.
783 * @param len Represents the length of thumb data param.
819 * @brief Set thumb data to the {@link OH_UdsContentForm}.