Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp27 constexpr int REPORT_INTERVAL = 0; variable
306 if (samplingInterval > it->maxDelay && it->maxDelay != REPORT_INTERVAL) { in SetDelay()
669 ret = sensorVdiImpl_->SetSaBatch(sensorId, REPORT_INTERVAL, REPORT_INTERVAL); in DisableSensor()
703 if (rateLevel < REPORT_INTERVAL) { in SetSdcSensor()
707 …int64_t samplingInterval = rateLevel == REPORT_INTERVAL ? REPORT_INTERVAL : COMMON_REPORT_FREQUENC… in SetSdcSensor()
708 int64_t reportInterval = REPORT_INTERVAL; in SetSdcSensor()
/ohos5.0/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp38 constexpr int64_t REPORT_INTERVAL = 1; variable
185 SetBatch(it.sensorId, REPORT_INTERVAL, SAMPLING_INTERVAL);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c34 #define REPORT_INTERVAL 1000 /* 1 SECOND */ macro
573 if (measureElapse > REPORT_INTERVAL) { in CheckAndRemoveAgingNode()