Lines Matching refs:OH_UdsHtml
259 * @brief Get one {@link OH_UdsHtml} data from the {@link OH_UdmfData}.
262 * @param html Represents a pointer to an instance of {@link OH_UdsHtml}.
266 * @see OH_UdmfData OH_UdsHtml Udmf_ErrCode.
269 int OH_UdmfData_GetPrimaryHtml(OH_UdmfData* data, OH_UdsHtml* html);
364 * @brief Add one {@link OH_UdsHtml} data to the {@link OH_UdmfRecord} record.
367 * @param html Represents a pointer to an instance of {@link OH_UdsHtml}.
371 * @see OH_UdmfRecord OH_UdsHtml Udmf_ErrCode.
374 int OH_UdmfRecord_AddHtml(OH_UdmfRecord* pThis, OH_UdsHtml* html);
497 * @brief Get one {@link OH_UdsHtml} data from the {@link OH_UdmfRecord} record.
500 * @param html Represents a pointer to an instance of {@link OH_UdsHtml}.
504 * @see OH_UdmfRecord OH_UdsHtml Udmf_ErrCode.
507 int OH_UdmfRecord_GetHtml(OH_UdmfRecord* pThis, OH_UdsHtml* html);