Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/utils/include/
H A Drpc_session_handle.h29 #define CONNECT_WAIT_TIME_SECONDS 2 macro
/ohos5.0/foundation/communication/ipc/utils/src/
H A Drpc_session_handle.c33 waitTime->tv_sec = now.tv_sec + CONNECT_WAIT_TIME_SECONDS; in GetWaitTime()