Home
last modified time | relevance | path

Searched refs:EnableSensor (Results 1 – 25 of 39) sorted by relevance

12

/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
Dmedical_proxy_test.cpp122 auto ret = afeProxy_->EnableSensor(afeId_, samplingPeriodNs, maxReportDelayNs);
128 ret = afeProxy_->EnableSensor(afeId_, samplingPeriodNs, maxReportDelayNs);
133 ret = afeProxy_->EnableSensor(afeId_, samplingPeriodNs, maxReportDelayNs);
137 ret = afeProxy_->EnableSensor(afeId_, samplingPeriodNs, maxReportDelayNs);
142 ret = afeProxy_->EnableSensor(afeId_, samplingPeriodNs, maxReportDelayNs);
157 auto ret = afeProxy_->EnableSensor(afeId_, samplingPeriodNs, maxReportDelayNs);
173 auto ret = afeProxy_->EnableSensor(INVALID_SENSOR_ID, samplingPeriodNs, maxReportDelayNs);
/base/sensors/sensor/services/sensor/hdi_connection/interface/include/
Di_sensor_hdi_connection.h32 virtual int32_t EnableSensor(int32_t sensorId) = 0;
Dsensor_hdi_connection.h32 int32_t EnableSensor(int32_t sensorId) override;
/base/sensors/sensor/services/sensor/hdi_connection/hardware/include/
Dhdi_service_impl.h32 int32_t EnableSensor(int32_t sensorId);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp69 int32_t SensorHdiConnection::EnableSensor(int32_t sensorId) in EnableSensor() function in OHOS::Sensors::SensorHdiConnection
71 int32_t ret = iSensorHdiConnection_->EnableSensor(sensorId); in EnableSensor()
/base/sensors/sensor/services/sensor/include/
Dsensor_service_proxy.h32 …ErrCode EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) overrid…
/base/sensors/sensor/services/sensor/hdi_connection/adapter/include/
Dcompatible_connection.h30 int32_t EnableSensor(int32_t sensorId) override;
Dhdi_connection.h31 int32_t EnableSensor(int32_t sensorId) override;
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/
Di_medical_sensor_service.h37 virtual ErrCode EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs,
Dmedical_sensor_service_proxy.h31 …ErrCode EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) overri…
Dmedical_sensor_service_client.h36 int32_t EnableSensor(uint32_t sensorId, int64_t samplingPeroid, int64_t maxReportDelay);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/
Dhdi_service_impl.h36 int32_t EnableSensor(uint32_t sensorId);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/
Di_sensor_hdi_connection.h36 virtual int32_t EnableSensor(int32_t sensorId) = 0;
Dsensor_hdi_connection.h34 int32_t EnableSensor(int32_t sensorId) override;
/base/sensors/sensor/services/sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp136 int32_t SensorHdiConnection::EnableSensor(int32_t sensorId) in EnableSensor() function in OHOS::Sensors::SensorHdiConnection
142 ret = iSensorCompatibleHdiConnection_->EnableSensor(sensorId); in EnableSensor()
151 ret = iSensorHdiConnection_->EnableSensor(sensorId); in EnableSensor()
/base/sensors/sensor/frameworks/native/sensor/include/
Di_sensor_service.h37 virtual ErrCode EnableSensor(int32_t sensorId, int64_t samplingPeriodNs,
Dsensor_service_proxy.h32 …ErrCode EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) overrid…
Dsensor_service_client.h42 int32_t EnableSensor(int32_t sensorId, int64_t samplingPeriod, int64_t maxReportDelay);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/
Dcompatible_connection.h34 int32_t EnableSensor(int32_t sensorId) override;
Dhdi_connection.h35 int32_t EnableSensor(int32_t sensorId) override;
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
Dmedical_service_client.cpp97 int32_t MedicalSensorServiceClient::EnableSensor(uint32_t sensorId, int64_t samplingPeriod, int64_t… in EnableSensor() function in OHOS::Sensors::MedicalSensorServiceClient
109 ret = afeServer_->EnableSensor(sensorId, samplingPeriod, maxReportDelay); in EnableSensor()
224 …afeServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelayNs(… in ProcessDeathObserver()
/base/sensors/sensor/services/sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp77 int32_t CompatibleConnection::EnableSensor(int32_t sensorId) in EnableSensor() function in OHOS::Sensors::CompatibleConnection
79 int32_t ret = hdiServiceImpl_.EnableSensor(sensorId); in EnableSensor()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp64 int32_t CompatibleConnection::EnableSensor(int32_t sensorId) in EnableSensor() function in OHOS::Sensors::CompatibleConnection
66 int32_t ret = hdiServiceImpl_.EnableSensor(sensorId); in EnableSensor()
/base/sensors/medical_sensor/services/medical_sensor/include/
Dmedical_sensor_service.h54 …ErrCode EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) overri…
/base/sensors/sensor/frameworks/native/sensor/src/
Dsensor_service_client.cpp120 int32_t SensorServiceClient::EnableSensor(int32_t sensorId, int64_t samplingPeriod, int64_t maxRepo… in EnableSensor() function in OHOS::Sensors::SensorServiceClient
130 ret = sensorServer_->EnableSensor(sensorId, samplingPeriod, maxReportDelay); in EnableSensor()
231 …sensorServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelay… in ProcessDeathObserver()

12