Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Drpc_types.h53 #define RPC_MAX_SEND_WAIT_TIME 3000 macro
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c707 if (userWaitTime > RPC_MAX_SEND_WAIT_TIME) { in RpcInvokerSendRequest()
708 userWaitTime = RPC_MAX_SEND_WAIT_TIME; in RpcInvokerSendRequest()