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/
Dproto.h27 static const size_t MAX_RECV_LIMIT = 13; variable
/base/msdp/device_status/utils/common/include/
Dproto.h34 static constexpr int32_t MAX_RECV_LIMIT { 13 };
/base/msdp/device_status/frameworks/native/src/
Dfd_listener.cpp41 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnReadable()
/base/sensors/sensor/frameworks/native/sensor/src/
Dfd_listener.cpp43 for (size_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnReadable()
/base/msdp/device_status/services/native/src/
Dstream_server.cpp206 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnEpollRecv()