Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/
H A Dwebsocket_client_innerapi.h47 struct ErrorResult { struct
67 typedef void (*OnErrorCallback)(WebSocketClient *client, ErrorResult error); argument
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket_adapter.h34 int32_t Conv2ErrorResult(struct ErrorResult error, struct WebSocket_ErrorResult *webSocketErrorResu…
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket_adapter.cpp81 int32_t Conv2ErrorResult(struct ErrorResult error, struct WebSocket_ErrorResult *webSocketErrorResu… in Conv2ErrorResult()
H A Dnet_websocket.cpp50 void OH_NetStack_OnErrorCallback(WebSocketClient *ptrInner, ErrorResult error) in OH_NetStack_OnErrorCallback()
/ohos5.0/foundation/communication/netstack/test/unittest/websocket_inner_unittest/
H A Dwebsocket_inner_unittest.cpp53 static void OnError(WebSocketClient *client, ErrorResult error) {} in OnError()
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/
H A Dwebsocket_inner_fuzzer.cpp81 static void OnError(WebSocketClient *client, ErrorResult error) {} in OnError()
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp179 ErrorResult errorResult; in LwsCallbackClientConnectionError()