Home
last modified time | relevance | path

Searched refs:MAX_RECV_LIMIT (Results 1 - 5 of 5) sorted by relevance

/base/sensors/sensor/utils/ipc/include/
H A Dproto.h27 static constexpr size_t MAX_RECV_LIMIT = 13; member
/base/msdp/device_status/utils/common/include/
H A Dproto.h37 inline constexpr int32_t MAX_RECV_LIMIT { 13 };
/base/msdp/device_status/frameworks/native/src/
H A Dfd_listener.cpp41 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnReadable()
/base/sensors/sensor/frameworks/native/src/
H A Dfd_listener.cpp45 for (size_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnReadable()
/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp219 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnEpollRecv()

Completed in 2 milliseconds