Lines Matching refs:OH_UdsContentForm
106 OH_UdsContentForm::OH_UdsContentForm() : UdsObject(NdkStructId::UDS_CONTENT_FORM_STRUCT_ID) {}
549 OH_UdsContentForm* OH_UdsContentForm_Create()
551 auto contentForm = new (std::nothrow) OH_UdsContentForm();
569 void OH_UdsContentForm_Destroy(OH_UdsContentForm* pThis)
576 const char* OH_UdsContentForm_GetType(OH_UdsContentForm* pThis)
581 int OH_UdsContentForm_GetThumbData(OH_UdsContentForm* pThis, unsigned char** thumbData, unsigned int* len)
589 const char* OH_UdsContentForm_GetDescription(OH_UdsContentForm* pThis)
594 const char* OH_UdsContentForm_GetTitle(OH_UdsContentForm* pThis)
599 int OH_UdsContentForm_GetAppIcon(OH_UdsContentForm* pThis, unsigned char** appIcon, unsigned int* len)
607 const char* OH_UdsContentForm_GetAppName(OH_UdsContentForm* pThis)
612 const char* OH_UdsContentForm_GetLinkUri(OH_UdsContentForm* pThis)
617 int OH_UdsContentForm_SetThumbData(OH_UdsContentForm* pThis, const unsigned char* thumbData, unsigned int len)
634 int OH_UdsContentForm_SetDescription(OH_UdsContentForm* pThis, const char* description)
642 int OH_UdsContentForm_SetTitle(OH_UdsContentForm* pThis, const char* title)
650 int OH_UdsContentForm_SetAppIcon(OH_UdsContentForm* pThis, const unsigned char* appIcon, unsigned int len)
667 int OH_UdsContentForm_SetAppName(OH_UdsContentForm* pThis, const char* appName)
675 int OH_UdsContentForm_SetLinkUri(OH_UdsContentForm* pThis, const char* linkUri)