Lines Matching refs:pThis

123  * @param pThis Represents a pointer to an instance of {@link OH_UdsPlainText}.

127 void OH_UdsPlainText_Destroy(OH_UdsPlainText* pThis);
132 * @param pThis Represents a pointer to an instance of {@link OH_UdsPlainText}.
137 const char* OH_UdsPlainText_GetType(OH_UdsPlainText* pThis);
142 * @param pThis Represents a pointer to an instance of {@link OH_UdsPlainText}.
147 const char* OH_UdsPlainText_GetContent(OH_UdsPlainText* pThis);
152 * @param pThis Represents a pointer to an instance of {@link OH_UdsPlainText}.
157 const char* OH_UdsPlainText_GetAbstract(OH_UdsPlainText* pThis);
162 * @param pThis Represents a pointer to an instance of {@link OH_UdsPlainText}.
170 int OH_UdsPlainText_SetContent(OH_UdsPlainText* pThis, const char* content);
175 * @param pThis Represents a pointer to an instance of {@link OH_UdsPlainText}.
183 int OH_UdsPlainText_SetAbstract(OH_UdsPlainText* pThis, const char* abstract);
198 * @param pThis Represents a pointer to an instance of {@link OH_UdsHyperlink}.
202 void OH_UdsHyperlink_Destroy(OH_UdsHyperlink* pThis);
207 * @param pThis Represents a pointer to an instance of {@link OH_UdsHyperlink}.
212 const char* OH_UdsHyperlink_GetType(OH_UdsHyperlink* pThis);
217 * @param pThis Represents a pointer to an instance of {@link OH_UdsHyperlink}.
222 const char* OH_UdsHyperlink_GetUrl(OH_UdsHyperlink* pThis);
227 * @param pThis Represents a pointer to an instance of {@link OH_UdsHyperlink}.
232 const char* OH_UdsHyperlink_GetDescription(OH_UdsHyperlink* pThis);
237 * @param pThis Represents a pointer to an instance of {@link OH_UdsHyperlink}.
245 int OH_UdsHyperlink_SetUrl(OH_UdsHyperlink* pThis, const char* url);
250 * @param pThis Represents a pointer to an instance of {@link OH_UdsHyperlink}.
258 int OH_UdsHyperlink_SetDescription(OH_UdsHyperlink* pThis, const char* description);
273 * @param pThis Represents a pointer to an instance of {@link OH_UdsHtml}.
277 void OH_UdsHtml_Destroy(OH_UdsHtml* pThis);
282 * @param pThis Represents a pointer to an instance of {@link OH_UdsHtml}.
287 const char* OH_UdsHtml_GetType(OH_UdsHtml* pThis);
292 * @param pThis Represents a pointer to an instance of {@link OH_UdsHtml}.
297 const char* OH_UdsHtml_GetContent(OH_UdsHtml* pThis);
302 * @param pThis Represents a pointer to an instance of {@link OH_UdsHtml}.
307 const char* OH_UdsHtml_GetPlainContent(OH_UdsHtml* pThis);
312 * @param pThis Represents a pointer to an instance of {@link OH_UdsHtml}.
320 int OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content);
325 * @param pThis Represents a pointer to an instance of {@link OH_UdsHtml}.
333 int OH_UdsHtml_SetPlainContent(OH_UdsHtml* pThis, const char* plainContent);
348 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
352 void OH_UdsAppItem_Destroy(OH_UdsAppItem* pThis);
357 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
362 const char* OH_UdsAppItem_GetType(OH_UdsAppItem* pThis);
367 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
372 const char* OH_UdsAppItem_GetId(OH_UdsAppItem* pThis);
377 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
382 const char* OH_UdsAppItem_GetName(OH_UdsAppItem* pThis);
387 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
392 const char* OH_UdsAppItem_GetIconId(OH_UdsAppItem* pThis);
397 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
402 const char* OH_UdsAppItem_GetLabelId(OH_UdsAppItem* pThis);
407 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
412 const char* OH_UdsAppItem_GetBundleName(OH_UdsAppItem* pThis);
417 * @param pThis Represents a pointer to an instance {@link OH_UdsAppItem}.
422 const char* OH_UdsAppItem_GetAbilityName(OH_UdsAppItem* pThis);
427 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
435 int OH_UdsAppItem_SetId(OH_UdsAppItem* pThis, const char* appId);
440 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
448 int OH_UdsAppItem_SetName(OH_UdsAppItem* pThis, const char* appName);
453 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
461 int OH_UdsAppItem_SetIconId(OH_UdsAppItem* pThis, const char* appIconId);
466 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
474 int OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId);
479 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
487 int OH_UdsAppItem_SetBundleName(OH_UdsAppItem* pThis, const char* bundleName);
492 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
500 int OH_UdsAppItem_SetAbilityName(OH_UdsAppItem* pThis, const char* abilityName);
515 * @param pThis Represents a pointer to an instance of {@link OH_UdsFileUri}.
519 void OH_UdsFileUri_Destroy(OH_UdsFileUri* pThis);
524 * @param pThis Represents a pointer to an instance of {@link OH_UdsFileUri}.
529 const char* OH_UdsFileUri_GetType(OH_UdsFileUri* pThis);
534 * @param pThis Represents a pointer to an instance of {@link OH_UdsFileUri}.
539 const char* OH_UdsFileUri_GetFileUri(OH_UdsFileUri* pThis);
544 * @param pThis Represents a pointer to an instance of {@link OH_UdsFileUri}.
549 const char* OH_UdsFileUri_GetFileType(OH_UdsFileUri* pThis);
554 * @param pThis Represents a pointer to an instance of {@link OH_UdsFileUri}.
562 int OH_UdsFileUri_SetFileUri(OH_UdsFileUri* pThis, const char* fileUri);
567 * @param pThis Represents a pointer to an instance of {@link OH_UdsFileUri}.
575 int OH_UdsFileUri_SetFileType(OH_UdsFileUri* pThis, const char* fileType);
590 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
594 void OH_UdsPixelMap_Destroy(OH_UdsPixelMap* pThis);
599 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
604 const char* OH_UdsPixelMap_GetType(OH_UdsPixelMap* pThis);
609 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
614 void OH_UdsPixelMap_GetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative);
619 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
627 int OH_UdsPixelMap_SetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative);
692 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
696 void OH_UdsContentForm_Destroy(OH_UdsContentForm* pThis);
701 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
706 const char* OH_UdsContentForm_GetType(OH_UdsContentForm* pThis);
711 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
721 int OH_UdsContentForm_GetThumbData(OH_UdsContentForm* pThis, unsigned char** thumbData, unsigned int* len);
726 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
731 const char* OH_UdsContentForm_GetDescription(OH_UdsContentForm* pThis);
736 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
741 const char* OH_UdsContentForm_GetTitle(OH_UdsContentForm* pThis);
746 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
756 int OH_UdsContentForm_GetAppIcon(OH_UdsContentForm* pThis, unsigned char** appIcon, unsigned int* len);
761 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
766 const char* OH_UdsContentForm_GetAppName(OH_UdsContentForm* pThis);
771 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
776 const char* OH_UdsContentForm_GetLinkUri(OH_UdsContentForm* pThis);
781 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
790 int OH_UdsContentForm_SetThumbData(OH_UdsContentForm* pThis, const unsigned char* thumbData, unsigned int len);
795 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
803 int OH_UdsContentForm_SetDescription(OH_UdsContentForm* pThis, const char* description);
808 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
816 int OH_UdsContentForm_SetTitle(OH_UdsContentForm* pThis, const char* title);
821 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
830 int OH_UdsContentForm_SetAppIcon(OH_UdsContentForm* pThis, const unsigned char* appIcon, unsigned int len);
835 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
843 int OH_UdsContentForm_SetAppName(OH_UdsContentForm* pThis, const char* appName);
848 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
856 int OH_UdsContentForm_SetLinkUri(OH_UdsContentForm* pThis, const char* linkUri);