Home
last modified time | relevance | path

Searched defs:SetBatch (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_if.h17 int32_t (*SetBatch)(int64_t samplingInterval, int64_t reportInterval); member
/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_if.h110 int32_t (*SetBatch)(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval); member
/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent.c44 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn… in SetBatch() function
/ohos5.0/base/sensors/sensor_lite/services/include/
H A Dsensor_service.h56 …int32_t (*SetBatch)(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t re… member
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/src/
H A Dhdi_service_impl.cpp114 int32_t HdiServiceImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in OHOS::Sensors::HdiServiceImpl
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp89 int32_t SensorHdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInt… in SetBatch() function in OHOS::Sensors::SensorHdiConnection
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp94 int32_t CompatibleConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportIn… in SetBatch() function in OHOS::Sensors::CompatibleConnection
H A Dhdi_connection.cpp144 int32_t HdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in OHOS::Sensors::HdiConnection
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp84 int32_t CompatibleConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportIn… in SetBatch() function in OHOS::Sensors::CompatibleConnection
H A Dhdi_connection.cpp130 int32_t HdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in OHOS::Sensors::HdiConnection
/ohos5.0/drivers/peripheral/sensor/test/benchmarktest/
H A Dsensor_single_interface_benchmark_test.cpp102 BENCHMARK_F(SensorBenchmarkTest, SetBatch)(benchmark::State &state) in BENCHMARK_F() argument
H A Dsensor_benchmark_test.cpp215 BENCHMARK_F(SensorBenchmarkTest, SetBatch)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent.cpp77 int32_t SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t report… in SetBatch() function
H A Dsensor_agent_proxy.cpp218 int32_t SensorAgentProxy::SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterv… in SetBatch() function in OHOS::Sensors::SensorAgentProxy
/ohos5.0/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp121 void HdfSensorDumpTest::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in HdfSensorDumpTest
/ohos5.0/base/sensors/sensor/services/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp284 int32_t SensorHdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInt… in SetBatch() function in OHOS::Sensors::SensorHdiConnection
/ohos5.0/base/sensors/medical_sensor/interfaces/native/src/
H A Dmedical_native_impl.cpp213 int32_t SetBatch(int32_t sensorId, const MedicalSensorUser *user, int64_t samplingInterval, int64_t… in SetBatch() function
/ohos5.0/base/sensors/sensor/services/hdi_connection/hardware/src/
H A Dhdi_service_impl.cpp286 int32_t HdiServiceImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in OHOS::Sensors::HdiServiceImpl
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_device_manager.c181 static int32_t SetBatch(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *… in SetBatch() function
/ohos5.0/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp197 int32_t SensorImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in OHOS::HDI::Sensor::V1_1::SensorImpl
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp224 int32_t SensorIfService::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterva… in SetBatch() function in OHOS::HDI::Sensor::V2_0::SensorIfService