Searched refs:OH_UdsHtml_SetContent (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/ndk/data/ |
H A D | uds.h | 320 int OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 954 OH_UdsHtml_SetContent(html1, content); 1176 OH_UdsHtml_SetContent(html, htmlContent); 1538 OH_UdsHtml_SetContent(html, "<p>Hello world</p>"); 1578 OH_UdsHtml_SetContent(html, "<p>Hello world</p>"); 1667 OH_UdsHtml_SetContent(html, helloWorld); 1703 OH_UdsHtml_SetContent(html, helloWorld); 1708 OH_UdsHtml_SetContent(html2, helloWorld2);
|
H A D | uds_test.cpp | 416 int result = OH_UdsHtml_SetContent(html, "htmlxxx"); 420 result = OH_UdsHtml_SetContent(nullptr, "htmlxxx"); 423 result = OH_UdsHtml_SetContent(html, nullptr); 427 result = OH_UdsHtml_SetContent(html, "htmlxxx");
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/ |
H A D | pasteboard_capi_test.cpp | 165 OH_UdsHtml_SetContent(html, HTML_URL); in GetDataCallback() 460 OH_UdsHtml_SetContent(htmlText, html); 796 OH_UdsHtml_SetContent(html, HTML_TEXT);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | uds_8h.md | 58 | int [OH_UdsHtml_SetContent](_u_d_m_f.md#oh_udshtml_setcontent) ([OH_UdsHtml](_u_d_m_f.md#oh_udsht…
|
H A D | _u_d_m_f.md | 289 | int [OH_UdsHtml_SetContent](#oh_udshtml_setcontent) ([OH_UdsHtml](#oh_udshtml) \*pThis, const cha… 5141 ### OH_UdsHtml_SetContent() 5144 int OH_UdsHtml_SetContent (OH_UdsHtml* pThis, const char* content )
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | uds.cpp | 279 int OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content) in OH_UdsHtml_SetContent() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | uds_8h.md | 58 | int [OH_UdsHtml_SetContent](_u_d_m_f.md#oh_udshtml_setcontent) ([OH_UdsHtml](_u_d_m_f.md#oh_udsht…
|
H A D | _u_d_m_f.md | 272 | int [OH_UdsHtml_SetContent](#oh_udshtml_setcontent) ([OH_UdsHtml](#oh_udshtml) \*pThis, const cha… 4712 ### OH_UdsHtml_SetContent() 4715 int OH_UdsHtml_SetContent (OH_UdsHtml* pThis, const char* content )
|