Home
last modified time | relevance | path

Searched refs:SEND_RETRY_SLEEP_TIME (Results 1 – 7 of 7) sorted by relevance

/base/sensors/sensor/utils/ipc/src/
Dstream_session.cpp74 sleep(Duration::from_micros(SEND_RETRY_SLEEP_TIME)); in SendMsg()
76 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
88 sleep(Duration::from_micros(SEND_RETRY_SLEEP_TIME)); in SendMsg()
90 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
Dstream_session.rs28 const SEND_RETRY_SLEEP_TIME: u64 = 10000; constant
142 sleep(Duration::from_micros(SEND_RETRY_SLEEP_TIME)); in session_send_msg()
152 sleep(Duration::from_micros(SEND_RETRY_SLEEP_TIME)); in session_send_msg()
Depoll_manager.rs23 const SEND_RETRY_SLEEP_TIME: u64 = 10000; constant
/base/msdp/device_status/utils/ipc/src/
Dstream_session.cpp64 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
74 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
Dstream_client.cpp77 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
/base/sensors/sensor/utils/ipc/include/
Dproto.h24 static const size_t SEND_RETRY_SLEEP_TIME = 10000; variable
/base/msdp/device_status/utils/common/include/
Dproto.h39 #define SEND_RETRY_SLEEP_TIME 10000 macro