Home
last modified time | relevance | path

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

/base/sensors/sensor/utils/common/src/
H A Dprint_sensor_data.cpp37 constexpr int32_t FIRST_PRINT_TIMES = 20; member
67 if (it->second.count < FIRST_PRINT_TIMES) { in ControlSensorHdiPrint()
69 if (it->second.count == FIRST_PRINT_TIMES - 1) { in ControlSensorHdiPrint()
139 if (it->second.count < FIRST_PRINT_TIMES) { in ControlSensorClientPrint()
141 if (it->second.count == FIRST_PRINT_TIMES - 1) { in ControlSensorClientPrint()

Completed in 1 milliseconds