Home
last modified time | relevance | path

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

/base/sensors/sensor/test/fuzztest/interfaces/sensoragent_fuzzer/
H A Dsensoragent_fuzzer.cpp37 constexpr int64_t g_reportInterval = 200000000; member
112 SetBatch(sensorTypeId, &user, g_samplingInterval, g_reportInterval); in SensorAgentFuzzTest()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/
H A Dhdi_service_impl.h59 static int64_t g_reportInterval; member in OHOS::Sensors::HdiServiceImpl
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/src/
H A Dhdi_service_impl.cpp44 int64_t HdiServiceImpl::g_reportInterval = -1; member in OHOS::Sensors::HdiServiceImpl
122 g_reportInterval = reportInterval; in SetBatch()
/base/sensors/medical_sensor/interfaces/native/src/
H A Dmedical_native_impl.cpp34 static int64_t g_reportInterval; variable
169 if (g_samplingInterval < 0 || g_reportInterval < 0) { in ActivateSensor()
170 HiLog::Error(LABEL, "%{public}s samplingPeroid or g_reportInterval is invalid", __func__); in ActivateSensor()
179 int32_t ret = client.EnableSensor(sensorId, g_samplingInterval, g_reportInterval); in ActivateSensor()
181 g_reportInterval = -1; in ActivateSensor()
230 g_reportInterval = reportInterval; in SetBatch()

Completed in 2 milliseconds