Lines Matching refs:pThis

134  * @param pThis Represents a pointer to an instance of {@link OH_UdmfData}.

138 void OH_UdmfData_Destroy(OH_UdmfData* pThis);
143 * @param pThis Represents a pointer to an instance of {@link OH_UdmfData}.
151 int OH_UdmfData_AddRecord(OH_UdmfData* pThis, OH_UdmfRecord* record);
156 * @param pThis Represents a pointer to an instance of {@link OH_UdmfData}.
164 bool OH_UdmfData_HasType(OH_UdmfData* pThis, const char* type);
169 * @param pThis Represents a pointer to an instance of {@link OH_UdmfData}.
176 char** OH_UdmfData_GetTypes(OH_UdmfData* pThis, unsigned int* count);
181 * @param pThis Represents a pointer to an instance of {@link OH_UdmfData}.
187 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count);
315 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
319 void OH_UdmfRecord_Destroy(OH_UdmfRecord* pThis);
324 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
340 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
348 int OH_UdmfRecord_AddPlainText(OH_UdmfRecord* pThis, OH_UdsPlainText* plainText);
353 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
361 int OH_UdmfRecord_AddHyperlink(OH_UdmfRecord* pThis, OH_UdsHyperlink* hyperlink);
366 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
374 int OH_UdmfRecord_AddHtml(OH_UdmfRecord* pThis, OH_UdsHtml* html);
379 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
387 int OH_UdmfRecord_AddAppItem(OH_UdmfRecord* pThis, OH_UdsAppItem* appItem);
392 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
400 int OH_UdmfRecord_AddFileUri(OH_UdmfRecord* pThis, OH_UdsFileUri* fileUri);
405 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
413 int OH_UdmfRecord_AddPixelMap(OH_UdmfRecord* pThis, OH_UdsPixelMap* pixelMap);
432 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
440 int OH_UdmfRecord_AddContentForm(OH_UdmfRecord* pThis, OH_UdsContentForm* contentForm);
445 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
452 char** OH_UdmfRecord_GetTypes(OH_UdmfRecord* pThis, unsigned int* count);
457 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
467 int OH_UdmfRecord_GetGeneralEntry(OH_UdmfRecord* pThis, const char* typeId,
473 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
481 int OH_UdmfRecord_GetPlainText(OH_UdmfRecord* pThis, OH_UdsPlainText* plainText);
486 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
494 int OH_UdmfRecord_GetHyperlink(OH_UdmfRecord* pThis, OH_UdsHyperlink* hyperlink);
499 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
507 int OH_UdmfRecord_GetHtml(OH_UdmfRecord* pThis, OH_UdsHtml* html);
512 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
520 int OH_UdmfRecord_GetAppItem(OH_UdmfRecord* pThis, OH_UdsAppItem* appItem);
525 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
533 int OH_UdmfRecord_GetFileUri(OH_UdmfRecord* pThis, OH_UdsFileUri* fileUri);
538 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
546 int OH_UdmfRecord_GetPixelMap(OH_UdmfRecord* pThis, OH_UdsPixelMap* pixelMap);
565 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
573 int OH_UdmfRecord_GetContentForm(OH_UdmfRecord* pThis, OH_UdsContentForm* contentForm);
578 * @param pThis Represents a pointer to an instance of {@link OH_UdmfRecord}.
588 int OH_UdmfRecord_SetProvider(OH_UdmfRecord* pThis, const char* const* types, unsigned int count,
606 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
610 void OH_UdmfProperty_Destroy(OH_UdmfProperty* pThis);
615 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
620 const char* OH_UdmfProperty_GetTag(OH_UdmfProperty* pThis);
625 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
630 int64_t OH_UdmfProperty_GetTimestamp(OH_UdmfProperty* pThis);
635 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
640 Udmf_ShareOption OH_UdmfProperty_GetShareOption(OH_UdmfProperty* pThis);
645 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
652 int OH_UdmfProperty_GetExtrasIntParam(OH_UdmfProperty* pThis,
658 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
664 const char* OH_UdmfProperty_GetExtrasStringParam(OH_UdmfProperty* pThis, const char* key);
669 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
677 int OH_UdmfProperty_SetTag(OH_UdmfProperty* pThis, const char* tag);
682 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
690 int OH_UdmfProperty_SetShareOption(OH_UdmfProperty* pThis, Udmf_ShareOption option);
695 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
704 int OH_UdmfProperty_SetExtrasIntParam(OH_UdmfProperty* pThis, const char* key, int param);
709 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
718 int OH_UdmfProperty_SetExtrasStringParam(OH_UdmfProperty* pThis,