Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dprint_sensor_data.cpp36 constexpr int64_t LOG_INTERVAL = 60000000000L; variable
74 if (sensorData.timestamp - it->second.lastTime >= LOG_INTERVAL) { in ControlSensorHdiPrint()
146 if (event.timestamp - it->second.lastTime >= LOG_INTERVAL) { in ControlSensorClientPrint()
/ohos5.0/base/request/request/services/src/manage/
H A Dtask_manager.rs45 const LOG_INTERVAL: u64 = 5 * 60; const
447 sleep(Duration::from_secs(LOG_INTERVAL)).await; in log_all_task_info()