Lines Matching defs:html2
965 OH_UdsHtml *html2 = OH_UdsHtml_Create();
966 int getRes = OH_UdmfRecord_GetHtml(record1, html2);
969 const char *getContent = OH_UdsHtml_GetContent(html2);
974 OH_UdsHtml_Destroy(html2);
1642 OH_UdsHtml *html2 = OH_UdsHtml_Create();
1643 int result5 = OH_UdmfData_GetPrimaryHtml(data2, html2);
1646 OH_UdsHtml_Destroy(html2);
1715 OH_UdsHtml *html2 = OH_UdsHtml_Create();
1716 OH_UdsHtml_SetContent(html2, helloWorld2);
1718 OH_UdmfRecord_AddHtml(record3, html2);
1731 OH_UdsHtml_Destroy(html2);