Home
last modified time | relevance | path

Searched refs:SEND_RETRY_LIMIT (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/util/socket/src/
H A Duds_client.cpp62 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 Duds_session.cpp71 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 Dsocket_session.cpp76 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 Dconfig_multimodal.h60 #define SEND_RETRY_LIMIT 50 macro

Completed in 2 milliseconds