Lines Matching defs:OH_UdsHyperlink
94 OH_UdsHyperlink::OH_UdsHyperlink() : UdsObject(NdkStructId::UDS_HYPERLINK_STRUCT_ID) {}
190 OH_UdsHyperlink* OH_UdsHyperlink_Create()
192 OH_UdsHyperlink* hyperlink = new (std::nothrow) OH_UdsHyperlink();
204 void OH_UdsHyperlink_Destroy(OH_UdsHyperlink* pThis)
211 const char* OH_UdsHyperlink_GetType(OH_UdsHyperlink* pThis)
216 const char* OH_UdsHyperlink_GetUrl(OH_UdsHyperlink* pThis)
221 const char* OH_UdsHyperlink_GetDescription(OH_UdsHyperlink* pThis)
226 int OH_UdsHyperlink_SetUrl(OH_UdsHyperlink* pThis, const char* url)
234 int OH_UdsHyperlink_SetDescription(OH_UdsHyperlink* pThis, const char* description)