Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/
H A Dwebsocket_client_innerapi.h52 struct OpenResult { struct
68 typedef void (*OnOpenCallback)(WebSocketClient *client, OpenResult openResult); argument
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket_adapter.h35 int32_t Conv2OpenResult(struct OpenResult openResult, struct WebSocket_OpenResult *webSocketOpenRes…
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket_adapter.cpp88 int32_t Conv2OpenResult(struct OpenResult openResult, struct WebSocket_OpenResult *webSocketOpenRes… in Conv2OpenResult()
H A Dnet_websocket.cpp62 void OH_NetStack_OnOpenCallback(WebSocketClient *ptrInner, OpenResult openResult) in OH_NetStack_OnOpenCallback()
/ohos5.0/foundation/communication/netstack/test/unittest/websocket_inner_unittest/
H A Dwebsocket_inner_unittest.cpp51 static void OnOpen(WebSocketClient *client, OpenResult openResult) {} in OnOpen()
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/
H A Dwebsocket_inner_fuzzer.cpp79 static void OnOpen(WebSocketClient *client, OpenResult openResult) {} in OnOpen()
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp246 OpenResult openResult; in LwsCallbackClientEstablished()