/base/sensors/sensor/services/sensor/hdi_connection/hardware/src/ |
D | hdi_service_impl.cpp | 143 int32_t HdiServiceImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() argument 146 if (samplingInterval < 0 || reportInterval < 0) { in SetBatch() 147 samplingInterval = SAMPLING_INTERVAL_NS; in SetBatch() 150 samplingInterval_ = samplingInterval; in SetBatch()
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/src/ |
D | hdi_service_impl.cpp | 114 int32_t HdiServiceImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() argument 117 if (samplingInterval < 0 || reportInterval < 0) { in SetBatch() 118 samplingInterval = SAMPLING_INTERVAL_NS; in SetBatch() 121 g_samplingInterval = samplingInterval; in SetBatch()
|
/base/sensors/sensor_lite/frameworks/src/ |
D | sensor_agent.c | 44 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn… in SetBatch() argument 49 return SetBatchByProxy(g_proxy, sensorTypeId, user, samplingInterval, reportInterval); in SetBatch()
|
D | sensor_agent_client.c | 65 …BatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t samplingInterval, in SetBatchByProxy() argument 73 return sensor->SetBatch(sensorId, user, samplingInterval, reportInterval); in SetBatchByProxy()
|
/base/sensors/sensor_lite/interfaces/kits/native/include/ |
D | sensor_agent.h | 97 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn…
|
/base/sensors/sensor_lite/frameworks/include/ |
D | sensor_agent.h | 101 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn…
|
D | sensor_agent_proxy.h | 43 …BatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t samplingInterval,
|
/base/sensors/medical_sensor/interfaces/native/include/ |
D | medical_native_impl.h | 94 int32_t SetBatch(int32_t sensorTypeId, const MedicalSensorUser *user, int64_t samplingInterval, int…
|
/base/sensors/sensor/services/sensor/hdi_connection/interface/include/ |
D | i_sensor_hdi_connection.h | 34 … virtual int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) = 0;
|
D | sensor_hdi_connection.h | 34 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
|
/base/sensors/sensor/services/sensor/hdi_connection/hardware/include/ |
D | hdi_service_impl.h | 34 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval);
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/ |
D | sensor_hdi_connection.cpp | 89 int32_t SensorHdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInt… in SetBatch() argument 91 int32_t ret = iSensorHdiConnection_->SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
|
/base/sensors/sensor/services/sensor/hdi_connection/adapter/include/ |
D | compatible_connection.h | 32 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
|
D | hdi_connection.h | 33 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/ |
D | hdi_service_impl.h | 40 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval);
|
/base/sensors/sensor/interfaces/native/include/ |
D | sensor_agent.h | 94 int32_t SetBatch(int32_t sensorTypeId, const SensorUser *user, int64_t samplingInterval, int64_t re…
|
/base/sensors/sensor_lite/services/include/ |
D | sensor_service.h | 56 …int32_t (*SetBatch)(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t re…
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/ |
D | i_sensor_hdi_connection.h | 40 … virtual int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) = 0;
|
D | sensor_hdi_connection.h | 38 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
|
/base/sensors/sensor/services/sensor/hdi_connection/interface/src/ |
D | sensor_hdi_connection.cpp | 184 int32_t SensorHdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInt… in SetBatch() argument 190 ret = iSensorCompatibleHdiConnection_->SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch() 199 ret = iSensorHdiConnection_->SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/ |
D | compatible_connection.h | 38 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
|
/base/sensors/sensor/interfaces/native/src/ |
D | sensor_agent.cpp | 75 int32_t SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t report… in SetBatch() argument 77 int32_t ret = SENSOR_AGENT_IMPL->SetBatch(sensorId, user, samplingInterval, reportInterval); in SetBatch()
|
/base/sensors/sensor_lite/services/src/ |
D | sensor_service_impl.c | 193 int32_t SetBatchImpl(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t re… in SetBatchImpl() argument 202 if ((samplingInterval < 0) || (reportInterval < 0)) { in SetBatchImpl() 205 SENSOR_SERVICE, __func__, samplingInterval, reportInterval); in SetBatchImpl()
|
/base/sensors/sensor/services/sensor/hdi_connection/adapter/src/ |
D | compatible_connection.cpp | 97 int32_t CompatibleConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportIn… in SetBatch() argument 99 int32_t ret = hdiServiceImpl_.SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/ |
D | compatible_connection.cpp | 84 int32_t CompatibleConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportIn… in SetBatch() argument 86 int32_t ret = hdiServiceImpl_.SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
|