Home
last modified time | relevance | path

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

12

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.cpp144 void SensorClientsManager::UpdateSensorConfig(int sensorId, int64_t samplingInterval, int64_t repor… in UpdateSensorConfig()
160 void SensorClientsManager::UpdateSdcSensorConfig(int sensorId, int64_t samplingInterval, int64_t re… in UpdateSdcSensorConfig()
176 void SensorClientsManager::UpdateClientPeriodCount(int sensorId, int64_t samplingInterval, int64_t … in UpdateClientPeriodCount()
208 void SensorClientsManager::SetSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t &re… in SetSensorBestConfig()
226 void SensorClientsManager::SetSdcSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t … in SetSdcSensorBestConfig()
245 void SensorClientsManager::GetSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t &re… in GetSensorBestConfig()
392 …lientsManager::SetClientSenSorConfig(int32_t sensorId, int32_t serviceId, int64_t samplingInterval, in SetClientSenSorConfig()
H A Dsensor_client_info.h46 int32_t samplingInterval; member
H A Dsensor_clients_manager.h92 int64_t samplingInterval; member
H A Dsensor_if_service.cpp224 int32_t SensorIfService::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterva… in SetBatch()
240 …ervice::SetBatchSenior(int32_t serviceId, int32_t sensorId, int32_t mode, int64_t samplingInterval, in SetBatchSenior()
292 int32_t SensorIfService::SetDelay(int32_t sensorId, int64_t &samplingInterval, int64_t &reportInter… in SetDelay()
707 …int64_t samplingInterval = rateLevel == REPORT_INTERVAL ? REPORT_INTERVAL : COMMON_REPORT_FREQUENC… in SetSdcSensor() local
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A 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()
H A Dsensor_agent.cpp77 int32_t SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t report… in SetBatch()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_sensor_adapter_wrapper.cpp53 int32_t ArkSensorAdapterWrapper::SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) in SubscribeOhosSensor()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_sensor_adapter_impl.cpp53 int32_t ArkSensorAdapterImpl::SubscribeOhosSensor(int32_t type, int64_t samplingInterval) in SubscribeOhosSensor()
/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()
H A Dsensor_agent_client.c65 …BatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t samplingInterval, in SetBatchByProxy()
/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()
/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()
/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()
/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()
/ohos5.0/base/sensors/sensor/frameworks/native/include/
H A Dnative_sensor_impl.h37 int64_t samplingInterval = -1; member
/ohos5.0/drivers/hdf_core/framework/test/unittest/sensor/
H A Dhdf_sensor_test.c143 static int32_t SensorSetBatchTest(int64_t samplingInterval, int64_t interval) in SensorSetBatchTest()
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h68 virtual int32_t SetSaBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetSaBatch()
/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()
/ohos5.0/base/sensors/sensor_lite/services/src/
H A Dsensor_service_impl.c201 int32_t SetBatchImpl(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t re… in SetBatchImpl()
/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()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/
H A Dsensor_gravity_driver.c166 static int32_t SetGravityBatch(int64_t samplingInterval, int64_t interval) in SetGravityBatch()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/barometer/
H A Dsensor_barometer_driver.c162 static int32_t SetBarometerBatch(int64_t samplingInterval, int64_t interval) in SetBarometerBatch()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/
H A Dsensor_gyro_driver.c162 static int32_t SetGyroBatch(int64_t samplingInterval, int64_t interval) in SetGyroBatch()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/humidity/
H A Dsensor_humidity_driver.c162 static int32_t SetHumidityBatch(int64_t samplingInterval, int64_t interval) in SetHumidityBatch()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/magnetic/
H A Dsensor_magnetic_driver.c162 static int32_t SetMagneticBatch(int64_t samplingInterval, int64_t interval) in SetMagneticBatch()

12