Home
last modified time | relevance | path

Searched refs:MAX_RECV_LIMIT (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_data_channel.cpp35 constexpr int32_t MAX_RECV_LIMIT = 32; variable
195 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in ReceiveData()
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dproto.h27 static constexpr size_t MAX_RECV_LIMIT = 13; variable
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h63 #define MAX_RECV_LIMIT 32 macro
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Dfd_listener.cpp41 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnReadable()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dfd_listener.cpp45 for (size_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnReadable()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dproto.h37 inline constexpr int32_t MAX_RECV_LIMIT { 13 };
/ohos5.0/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp219 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnEpollRecv()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp266 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnEpollRecv()