Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dprint_sensor_data.cpp46 const std::vector<int32_t> g_continuousSensorType = { variable
130 …auto continuosIt = std::find(g_continuousSensorType.begin(), g_continuousSensorType.end(), event.s… in ControlSensorClientPrint()
131 if (continuosIt == g_continuousSensorType.end()) { in ControlSensorClientPrint()
174 return std::find(g_continuousSensorType.begin(), g_continuousSensorType.end(), in IsContinuousType()
175 sensorId) != g_continuousSensorType.end(); in IsContinuousType()