Searched refs:OH_WebSocketClient_Constructor (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/ |
H A D | net_websocket.h | 62 struct WebSocket *OH_WebSocketClient_Constructor(WebSocket_OnOpenCallback onOpen, WebSocket_OnMessageCallback onMessage,
|
/foundation/communication/netstack/test/unittest/websocket_test/ |
H A D | websocket_capi_unittest.cpp | 57 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 D | websocket_capi_unittest.cpp | 58 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 D | net_websocket.cpp | 74 struct WebSocket *OH_WebSocketClient_Constructor(WebSocket_OnOpenCallback onOpen, WebSocket_OnMessageCallback onMessage,
in OH_WebSocketClient_Constructor() function
|
Completed in 2 milliseconds