Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_callback_vdi.cpp29 constexpr int64_t REPOPRT_TIME = 60000000000; variable
81 if (lastTimestampMap_[event.sensorId] - firstTimestampMap_[event.sensorId] >= REPOPRT_TIME) { in PrintData()