Home
last modified time | relevance | path

Searched defs:samplingInterval (Results 1 – 23 of 23) sorted by relevance

/base/sensors/sensor/frameworks/native/src/
Dnative_sensor.cpp193 int64_t samplingInterval = attribute->samplingInterval; in OH_Sensor_Subscribe() local
281 const int64_t samplingInterval) in OH_SensorSubscriptionAttribute_SetSamplingInterval()
292 int64_t *samplingInterval) in OH_SensorSubscriptionAttribute_GetSamplingInterval()
Dsensor_agent.cpp100 int32_t SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t report… in SetBatch()
246 …nhanced(const SensorIdentifier &sensorIdentifier, const SensorUser *user, int64_t samplingInterval, in SetBatchEnhanced()
Dsensor_agent_proxy.cpp244 int64_t samplingInterval, int64_t reportInterval) in SetBatch()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_sensor_adapter_wrapper.cpp53 int32_t ArkSensorAdapterWrapper::SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) in SubscribeOhosSensor()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_sensor_adapter_impl.cpp53 int32_t ArkSensorAdapterImpl::SubscribeOhosSensor(int32_t type, int64_t samplingInterval) in SubscribeOhosSensor()
/base/sensors/sensor_lite/frameworks/src/
Dsensor_agent.c44 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn… in SetBatch()
Dsensor_agent_client.c65 …BatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t samplingInterval, in SetBatchByProxy()
Dsensor_agent_proxy.c396 …BatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t samplingInterval, in SetBatchByProxy()
/base/web/webview/test/fuzztest/ohos_adapter/sensoradapter_fuzzer/
Dsensoradapter_fuzz.cpp54 int64_t samplingInterval = dataProvider.ConsumeIntegralInRange<int64_t>(0, MAX_SET_NUMBER); in SensorAdapterFuzzTest() local
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/src/
Dhdi_service_impl.cpp114 int32_t HdiServiceImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp89 int32_t SensorHdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInt… in SetBatch()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp84 int32_t CompatibleConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportIn… in SetBatch()
Dhdi_connection.cpp130 int32_t HdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch()
/base/sensors/sensor/frameworks/native/include/
Dnative_sensor_impl.h37 int64_t samplingInterval = -1; member
/base/sensors/sensor_lite/services/src/
Dsensor_service_impl.c201 int32_t SetBatchImpl(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t re… in SetBatchImpl()
/base/sensors/sensor/test/unittest/interfaces/kits/
Dsensor_native_test.cpp631 int64_t samplingInterval = 0; variable
654 int64_t samplingInterval = 0; variable
/base/sensors/sensor/services/hdi_connection/adapter/src/
Dcompatible_connection.cpp99 …t32_t CompatibleConnection::SetBatch(const SensorDescription &sensorDesc, int64_t samplingInterval, in SetBatch()
Dhdi_connection.cpp177 int32_t HdiConnection::SetBatch(const SensorDescription &sensorDesc, int64_t samplingInterval, int6… in SetBatch()
/base/sensors/medical_sensor/interfaces/native/src/
Dmedical_native_impl.cpp217 int32_t SetBatch(int32_t sensorId, const MedicalSensorUser *user, int64_t samplingInterval, int64_t… in SetBatch()
/base/sensors/sensor/services/hdi_connection/hardware/src/
Dhdi_service_impl.cpp312 int32_t HdiServiceImpl::SetBatch(const SensorDescription &sensorDesc, int64_t samplingInterval, int… in SetBatch()
/base/sensors/sensor/services/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp330 int32_t SensorHdiConnection::SetBatch(const SensorDescription &sensorDesc, int64_t samplingInterval, in SetBatch()
/base/sensors/sensor/vibration_convert/interfaces/js/src/
Dvibrator_convert_js.cpp228 int32_t samplingInterval = 0; in GetAudioData() local
/base/web/webview/ohos_adapter/sensor_adapter/src/
Dsensor_adapter_impl.cpp355 int32_t SensorAdapterImpl::SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) in SubscribeOhosSensor()