Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dprint_sensor_data.cpp130 …auto continuosIt = std::find(g_continuousSensorType.begin(), g_continuousSensorType.end(), event.s… in ControlSensorClientPrint() local
131 if (continuosIt == g_continuousSensorType.end()) { in ControlSensorClientPrint()