Home
last modified time | relevance | path

Searched defs:samplingInterval (Results 1 – 22 of 22) 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.cpp77 int32_t SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t report… in SetBatch()
Dsensor_agent_proxy.cpp218 …32_t SensorAgentProxy::SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, 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/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/sensor/services/hdi_connection/adapter/src/
Dcompatible_connection.cpp94 int32_t CompatibleConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportIn… in SetBatch()
Dhdi_connection.cpp144 int32_t HdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) 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/services/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp289 int32_t SensorHdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInt… in SetBatch()
/base/sensors/sensor/test/unittest/interfaces/kits/
Dsensor_native_test.cpp631 int64_t samplingInterval = 0; variable
654 int64_t samplingInterval = 0; variable
/base/sensors/medical_sensor/interfaces/native/src/
Dmedical_native_impl.cpp213 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.cpp286 int32_t HdiServiceImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) 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.cpp354 int32_t SensorAdapterImpl::SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) in SubscribeOhosSensor()