Home
last modified time | relevance | path

Searched refs:MAX_SUPPORT_CHANNEL (Results 1 - 2 of 2) sorted by relevance

/base/sensors/sensor/services/src/
H A Dclient_info.cpp41 constexpr uint32_t MAX_SUPPORT_CHANNEL = 200; member
139 if (appThreadInfoMap_.size() == MAX_SUPPORT_CHANNEL) { in UpdateAppThreadInfo()
140 SEN_HILOGE("Max support channel size is %{public}d", MAX_SUPPORT_CHANNEL); in UpdateAppThreadInfo()
281 if (channelMap_.size() == MAX_SUPPORT_CHANNEL) { in UpdateSensorChannel()
282 SEN_HILOGE("Max support channel size:%{public}d", MAX_SUPPORT_CHANNEL); in UpdateSensorChannel()
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dclient_info.cpp37 constexpr uint32_t MAX_SUPPORT_CHANNEL = 200; member
135 if (appThreadInfoMap_.size() == MAX_SUPPORT_CHANNEL) { in UpdateUid()
136 HiLog::Error(LABEL, "%{public}s max support channel size is %{public}u", __func__, MAX_SUPPORT_CHANNEL); in UpdateUid()
282 if (channelMap_.size() == MAX_SUPPORT_CHANNEL) { in UpdateSensorChannel()
283 HiLog::Error(LABEL, "%{public}s max support channel size : %{public}u", __func__, MAX_SUPPORT_CHANNEL); in UpdateSensorChannel()

Completed in 4 milliseconds