Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_session.rs28 const SEND_RETRY_SLEEP_TIME: u64 = 10000; const
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; const
/ohos5.0/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()
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_data_channel.cpp38 constexpr int32_t SEND_RETRY_SLEEP_TIME = 500; variable
166 usleep(SEND_RETRY_SLEEP_TIME); in SendData()
176 usleep(SEND_RETRY_SLEEP_TIME); in SendData()
/ohos5.0/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()
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session.cpp82 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
92 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dproto.h24 static constexpr size_t SEND_RETRY_SLEEP_TIME = 10000; variable
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h61 #define SEND_RETRY_SLEEP_TIME 500 macro
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dproto.h42 inline constexpr useconds_t SEND_RETRY_SLEEP_TIME { 10000 };
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_client.cpp77 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
H A Duds_session.cpp90 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()