Home
last modified time | relevance | path

Searched refs:htmlOutput (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1652 OH_UdsHtml *htmlOutput = OH_UdsHtml_Create(); variable
1653 int result = OH_UdmfData_GetPrimaryHtml(data, htmlOutput);
1662 int result2 = OH_UdmfData_GetPrimaryHtml(data2, htmlOutput);
1672 int result3 = OH_UdmfData_GetPrimaryHtml(data3, htmlOutput);
1674 auto content = OH_UdsHtml_GetContent(htmlOutput);
1678 OH_UdsHtml_Destroy(htmlOutput);
1716 OH_UdsHtml *htmlOutput = OH_UdsHtml_Create(); variable
1717 int result4 = OH_UdmfData_GetPrimaryHtml(data, htmlOutput);
1719 auto content2 = OH_UdsHtml_GetContent(htmlOutput);
1724 OH_UdsHtml_Destroy(htmlOutput);