Home
last modified time | relevance | path

Searched refs:MAX_SESSON_ALARM (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dproto.h26 static constexpr size_t MAX_SESSON_ALARM = 100; variable
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h45 #define MAX_SESSON_ALARM 300 macro
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp372 if (sessionsMap_.size() > MAX_SESSON_ALARM) { in AddSession()
374 MAX_SESSON_ALARM, sessionsMap_.size()); in AddSession()
/ohos5.0/base/sensors/sensor/services/src/
H A Dstream_server.cpp143 if (sessionsMap_.size() > MAX_SESSON_ALARM) { in AddSession()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp942 for (int32_t i = 0; i < MAX_SESSON_ALARM + 1; ++i) {