Searched refs:LOG_INTERVAL (Results 1 – 2 of 2) sorted by relevance
36 constexpr int64_t LOG_INTERVAL = 60000000000L; variable74 if (sensorData.timestamp - it->second.lastTime >= LOG_INTERVAL) { in ControlSensorHdiPrint()146 if (event.timestamp - it->second.lastTime >= LOG_INTERVAL) { in ControlSensorClientPrint()
45 const LOG_INTERVAL: u64 = 5 * 60; const447 sleep(Duration::from_secs(LOG_INTERVAL)).await; in log_all_task_info()