Searched refs:SEND_RETRY_LIMIT (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_client.cpp | 62 while (remSize > 0 && retryCount < SEND_RETRY_LIMIT) { in SendMsg() 80 if (retryCount >= SEND_RETRY_LIMIT || remSize != 0) { in SendMsg() 82 retryCount, SEND_RETRY_LIMIT, idx, bufSize, fd_); in SendMsg()
|
H A D | uds_session.cpp | 71 while (remSize > 0 && retryCount < SEND_RETRY_LIMIT) { in SendMsg() 96 if (retryCount >= SEND_RETRY_LIMIT || remSize != 0) { in SendMsg() 98 "fd:%{public}d, pid:%{public}d", retryCount, SEND_RETRY_LIMIT, idx, bufSize, errno, fd_, pid_); in SendMsg()
|
/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_session.cpp | 76 while (remSize > 0 && retryCount < SEND_RETRY_LIMIT) { in SendMsg() 95 if (retryCount >= SEND_RETRY_LIMIT || remSize != 0) { in SendMsg() 97 "pid:%{public}d", retryCount, SEND_RETRY_LIMIT, idx, bufSize, fd_, pid_); in SendMsg()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | config_multimodal.h | 60 #define SEND_RETRY_LIMIT 50 macro
|
Completed in 2 milliseconds