Lines Matching defs:hyperlink
340 OH_UdsHyperlink *hyperlink = OH_UdsHyperlink_Create();
341 OH_UdmfRecord_AddHyperlink(record1, hyperlink);
353 OH_UdsHyperlink_Destroy(hyperlink);
444 OH_UdsHyperlink *hyperlink = OH_UdsHyperlink_Create();
445 OH_UdmfRecord_AddHyperlink(record1, hyperlink);
459 OH_UdsHyperlink_Destroy(hyperlink);
838 OH_UdsHyperlink hyperlink;
839 int buildRes4 = OH_UdmfRecord_AddHyperlink(record2, &hyperlink);
864 OH_UdsHyperlink hyperlink;
865 int buildRes4 = OH_UdmfRecord_GetHyperlink(record2, &hyperlink);
1177 OH_UdsHyperlink* hyperlink = OH_UdsHyperlink_Create();
1179 OH_UdsHyperlink_SetUrl(hyperlink, url);
1192 OH_UdmfRecord_AddHyperlink(record, hyperlink);
1230 char hyperLinkType[] = "general.hyperlink";
1241 OH_UdsHyperlink_Destroy(hyperlink);
1355 const char* types[3] = { "general.plain-text", "general.hyperlink", "general.html" };
1379 const char* types[3] = { "general.plain-text", "general.hyperlink", "general.html" };