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 D | local_socket_exec.cpp | 254 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 D | socket_exec.cpp | 528 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()
|