Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/test/unittest/websocket_capi_unittest/
H A Dwebsocket_capi_unittest.cpp60 OH_WebSocketClient_Destroy(client);
82 OH_WebSocketClient_Destroy(client);
111 ret = OH_WebSocketClient_Destroy(client);
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket.h129 int OH_WebSocketClient_Destroy(struct WebSocket *client);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Dnetstack.md67 | [OH_WebSocketClient_Destroy](#oh_websocketclient_destroy) (struct [WebSocket](_web_socket.md) \*c…
514 ### OH_WebSocketClient_Destroy()
517 int OH_WebSocketClient_Destroy (struct WebSocket * client)
H A Dnet__websocket_8h.md29 | [OH_WebSocketClient_Destroy](netstack.md#oh_websocketclient_destroy) (struct [WebSocket](_web_soc…
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Dnet__websocket_8h.md29 | [OH_WebSocketClient_Destroy](netstack.md#oh_websocketclient_destroy) (struct [WebSocket](_web_soc…
H A Dnetstack.md67 | [OH_WebSocketClient_Destroy](#oh_websocketclient_destroy) (struct [WebSocket](_web_socket.md) \*c…
513 ### OH_WebSocketClient_Destroy()
516 int OH_WebSocketClient_Destroy (struct WebSocket * client)
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket.cpp195 int OH_WebSocketClient_Destroy(struct WebSocket *client) in OH_WebSocketClient_Destroy() function