Home
last modified time | relevance | path

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

/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket_adapter.cpp88 int32_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()
/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket_adapter.h35 int32_t Conv2OpenResult(struct OpenResult openResult, struct WebSocket_OpenResult *webSocketOpenResult);

Completed in 2 milliseconds