Home
last modified time | relevance | path

Searched refs:OH_WebSocketClient_Constructor (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket.h62 struct WebSocket *OH_WebSocketClient_Constructor(WebSocket_OnOpenCallback onOpen, WebSocket_OnMessageCallback onMessage,
/foundation/communication/netstack/test/unittest/websocket_test/
H A Dwebsocket_capi_unittest.cpp57 client = OH_WebSocketClient_Constructor(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
129 client = OH_WebSocketClient_Constructor(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_capi_unittest/
H A Dwebsocket_capi_unittest.cpp58 client = OH_WebSocketClient_Constructor(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
130 client = OH_WebSocketClient_Constructor(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket.cpp74 struct WebSocket *OH_WebSocketClient_Constructor(WebSocket_OnOpenCallback onOpen, WebSocket_OnMessageCallback onMessage, in OH_WebSocketClient_Constructor() function

Completed in 2 milliseconds