Home
last modified time | relevance | path

Searched refs:linkPlatform (Results 1 - 2 of 2) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dapp_demo_histreaming.c176 LinkPlatform *linkPlatform = (LinkPlatform*)(link); in HistreamingClose() local
177 if (!linkPlatform) { in HistreamingClose()
181 linkPlatform->close(linkPlatform); in HistreamingClose()
183 if (linkPlatform != NULL) { in HistreamingClose()
184 LinkPlatformFree(linkPlatform); in HistreamingClose()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_histreaming.c224 LinkPlatform *linkPlatform = (LinkPlatform*)(link); in HistreamingClose() local
225 if (!linkPlatform) { in HistreamingClose()
229 linkPlatform->close(linkPlatform); in HistreamingClose()
231 if (linkPlatform != NULL) { in HistreamingClose()
232 LinkPlatformFree(linkPlatform); in HistreamingClose()

Completed in 1 milliseconds