Home
last modified time | relevance | path

Searched refs:webSocketOpenResult (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket_adapter.cpp88 …2_t Conv2OpenResult(struct OpenResult openResult, struct WebSocket_OpenResult *webSocketOpenResult) in Conv2OpenResult() argument
90 webSocketOpenResult->code = openResult.status; in Conv2OpenResult()
91 webSocketOpenResult->reason = openResult.message; in Conv2OpenResult()
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket_adapter.h35 …_t Conv2OpenResult(struct OpenResult openResult, struct WebSocket_OpenResult *webSocketOpenResult);