Lines Matching refs:OH_UdsHtml
96 OH_UdsHtml::OH_UdsHtml() : UdsObject(NdkStructId::UDS_HTML_STRUCT_ID) {}
242 OH_UdsHtml* OH_UdsHtml_Create()
244 OH_UdsHtml* html = new (std::nothrow) OH_UdsHtml();
256 void OH_UdsHtml_Destroy(OH_UdsHtml* pThis)
263 const char* OH_UdsHtml_GetType(OH_UdsHtml* pThis)
268 const char* OH_UdsHtml_GetContent(OH_UdsHtml* pThis)
273 const char* OH_UdsHtml_GetPlainContent(OH_UdsHtml* pThis)
278 int OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content)
286 int OH_UdsHtml_SetPlainContent(OH_UdsHtml* pThis, const char* plainContent)