Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp254 static int ConfirmSocketTimeoutMs(int sock, int type, int defaultValue) in ConfirmSocketTimeoutMs() function
288 int sendTimeoutMs = ConfirmSocketTimeoutMs(sock, SO_SNDTIMEO, DEFAULT_TIMEOUT_MS); in PollSendData()
719 int recvTimeoutMs = ConfirmSocketTimeoutMs(sock, SO_RCVTIMEO, DEFAULT_POLL_TIMEOUT_MS); in PollRecvData()
H A Dsocket_exec.cpp528 static int ConfirmSocketTimeoutMs(int sock, int type, int defaultValue) in ConfirmSocketTimeoutMs() function
563 int sendTimeoutMs = ConfirmSocketTimeoutMs(sock, SO_SNDTIMEO, DEFAULT_TIMEOUT_MS); in PollSendData()
769 int recvTimeoutMs = ConfirmSocketTimeoutMs(sock, SO_RCVTIMEO, DEFAULT_POLL_TIMEOUT); in PollRecvData()