Home
last modified time | relevance | path

Searched refs:SEND_RETRY_SLEEP_TIME (Results 1 - 8 of 8) sorted by relevance

/base/sensors/sensor/utils/ipc/src/
H A 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/
H A Dstream_session.rs28 const SEND_RETRY_SLEEP_TIME: u64 = 10000; consts
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()
H A Depoll_manager.rs23 const SEND_RETRY_SLEEP_TIME: u64 = 10000; consts
/base/msdp/device_status/utils/ipc/src/
H A Dstream_session.cpp64 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
74 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
H A Dstream_client.cpp78 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
/base/sensors/sensor/utils/ipc/include/
H A Dproto.h24 static constexpr size_t SEND_RETRY_SLEEP_TIME = 10000; member
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session.cpp81 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
91 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
/base/msdp/device_status/utils/common/include/
H A Dproto.h42 inline constexpr useconds_t SEND_RETRY_SLEEP_TIME { 10000 };

Completed in 3 milliseconds