Module data_struct

Module data_struct 

Source
Available on crate feature api-12 only.
Expand description

Provides uniform data struct (UDS).

Structs§

OH_UdsAppItem
OH_UdsArrayBufferapi-13
OH_UdsContentFormapi-14
OH_UdsFileUriapi-13
OH_UdsHtml
OH_UdsHyperlink
OH_UdsPixelMapapi-13
OH_UdsPlainText

Functions§

OH_UdsAppItem_Create
Creation a pointer to the instance of the OH_UdsAppItem.
OH_UdsAppItem_Destroy
Destroy a pointer that points to the OH_UdsAppItem instance.
OH_UdsAppItem_GetAbilityName
Get ability name from the OH_UdsAppItem.
OH_UdsAppItem_GetBundleName
Get bundle name from the OH_UdsAppItem.
OH_UdsAppItem_GetIconId
Get app icon id from the OH_UdsAppItem.
OH_UdsAppItem_GetId
Get app id from the OH_UdsAppItem.
OH_UdsAppItem_GetLabelId
Get app label id from the OH_UdsAppItem.
OH_UdsAppItem_GetName
Get app name from the OH_UdsAppItem.
OH_UdsAppItem_GetType
Get type from the OH_UdsAppItem.
OH_UdsAppItem_SetAbilityName
Set ability name to the OH_UdsAppItem.
OH_UdsAppItem_SetBundleName
Set bundle name to the OH_UdsAppItem.
OH_UdsAppItem_SetIconId
Set application icon id to the OH_UdsAppItem.
OH_UdsAppItem_SetId
Set application id to the OH_UdsAppItem.
OH_UdsAppItem_SetLabelId
Set application label id to the OH_UdsAppItem.
OH_UdsAppItem_SetName
Set application name to the OH_UdsAppItem.
OH_UdsArrayBuffer_Createapi-13
Creation a pointer to the instance of the OH_UdsArrayBuffer.
OH_UdsArrayBuffer_Destroyapi-13
Destroy a pointer that points to the OH_UdsArrayBuffer instance.
OH_UdsArrayBuffer_GetDataapi-13
Get array buffer data from the OH_UdsArrayBuffer.
OH_UdsArrayBuffer_SetDataapi-13
Set array buffer data to the OH_UdsArrayBuffer.
OH_UdsContentForm_Createapi-14
Creation a pointer to the instance of the OH_UdsContentForm.
OH_UdsContentForm_Destroyapi-14
Destroy a pointer that points to the OH_UdsContentForm instance.
OH_UdsContentForm_GetAppIconapi-14
Get thumb data from the OH_UdsContentForm.
OH_UdsContentForm_GetAppNameapi-14
Get app name from the OH_UdsContentForm.
OH_UdsContentForm_GetDescriptionapi-14
Get description from the OH_UdsContentForm.
OH_UdsContentForm_GetLinkUriapi-14
Get link url from the OH_UdsContentForm.
OH_UdsContentForm_GetThumbDataapi-14
Get thumb data from the OH_UdsContentForm.
OH_UdsContentForm_GetTitleapi-14
Get title from the OH_UdsContentForm.
OH_UdsContentForm_GetTypeapi-14
Get type id from the OH_UdsContentForm.
OH_UdsContentForm_SetAppIconapi-14
Set thumb data to the OH_UdsContentForm.
OH_UdsContentForm_SetAppNameapi-14
Set app name to the OH_UdsContentForm.
OH_UdsContentForm_SetDescriptionapi-14
Set description to the OH_UdsContentForm.
OH_UdsContentForm_SetLinkUriapi-14
Set link uri to the OH_UdsContentForm.
OH_UdsContentForm_SetThumbDataapi-14
Set thumb data to the OH_UdsContentForm.
OH_UdsContentForm_SetTitleapi-14
Set title to the OH_UdsContentForm.
OH_UdsFileUri_Createapi-13
Creation a pointer to the instance of the OH_UdsFileUri.
OH_UdsFileUri_Destroyapi-13
Destroy a pointer that points to the OH_UdsFileUri instance.
OH_UdsFileUri_GetFileTypeapi-13
Get file type from the OH_UdsFileUri.
OH_UdsFileUri_GetFileUriapi-13
Get file uri from the OH_UdsFileUri.
OH_UdsFileUri_GetTypeapi-13
Get type id from the OH_UdsFileUri.
OH_UdsFileUri_SetFileTypeapi-13
Set file type to the OH_UdsFileUri.
OH_UdsFileUri_SetFileUriapi-13
Set file uri to the OH_UdsFileUri.
OH_UdsHtml_Create
Creation a pointer to the instance of the OH_UdsHtml.
OH_UdsHtml_Destroy
Destroy a pointer that points to the OH_UdsHtml instance.
OH_UdsHtml_GetContent
Get content from the OH_UdsHtml.
OH_UdsHtml_GetPlainContent
Get plain content from the OH_UdsHtml.
OH_UdsHtml_GetType
Get html from the OH_UdsHtml.
OH_UdsHtml_SetContent
Set content to the OH_UdsHtml.
OH_UdsHtml_SetPlainContent
Set plain content to the OH_UdsHtml.
OH_UdsHyperlink_Create
Creation a pointer to the instance of the OH_UdsHyperlink.
OH_UdsHyperlink_Destroy
Destroy a pointer that points to the OH_UdsHyperlink instance.
OH_UdsHyperlink_GetDescription
Get description from the OH_UdsHyperlink.
OH_UdsHyperlink_GetType
Get type from the OH_UdsHyperlink.
OH_UdsHyperlink_GetUrl
Get url from the OH_UdsHyperlink.
OH_UdsHyperlink_SetDescription
Set description to the OH_UdsHyperlink.
OH_UdsHyperlink_SetUrl
Set url to the OH_UdsHyperlink.
OH_UdsPixelMap_Createapi-13
Creation a pointer to the instance of the OH_UdsPixelMap.
OH_UdsPixelMap_Destroyapi-13
Destroy a pointer that points to the OH_UdsPixelMap instance.
OH_UdsPixelMap_GetPixelMapapi-13
Get pixel map from the OH_UdsPixelMap.
OH_UdsPixelMap_GetTypeapi-13
Get type id from the OH_UdsPixelMap.
OH_UdsPixelMap_SetPixelMapapi-13
Set pixel map to the OH_UdsPixelMap.
OH_UdsPlainText_Create
Creation a pointer to the instance of the OH_UdsPlainText.
OH_UdsPlainText_Destroy
Destroy a pointer that points to the OH_UdsPlainText instance.
OH_UdsPlainText_GetAbstract
Get abstract from the OH_UdsPlainText.
OH_UdsPlainText_GetContent
Get content from the OH_UdsPlainText.
OH_UdsPlainText_GetType
Get type id from the OH_UdsPlainText.
OH_UdsPlainText_SetAbstract
Set abstract to the OH_UdsPlainText.
OH_UdsPlainText_SetContent
Set content to the OH_UdsPlainText.