/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/ |
D | medical_proxy_test.cpp | 122 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/ |
D | i_sensor_hdi_connection.h | 32 virtual int32_t EnableSensor(int32_t sensorId) = 0;
|
D | sensor_hdi_connection.h | 32 int32_t EnableSensor(int32_t sensorId) override;
|
/base/sensors/sensor/services/sensor/hdi_connection/hardware/include/ |
D | hdi_service_impl.h | 32 int32_t EnableSensor(int32_t sensorId);
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/ |
D | sensor_hdi_connection.cpp | 69 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/ |
D | sensor_service_proxy.h | 32 …ErrCode EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) overrid…
|
/base/sensors/sensor/services/sensor/hdi_connection/adapter/include/ |
D | compatible_connection.h | 30 int32_t EnableSensor(int32_t sensorId) override;
|
D | hdi_connection.h | 31 int32_t EnableSensor(int32_t sensorId) override;
|
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/ |
D | i_medical_sensor_service.h | 37 virtual ErrCode EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs,
|
D | medical_sensor_service_proxy.h | 31 …ErrCode EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) overri…
|
D | medical_sensor_service_client.h | 36 int32_t EnableSensor(uint32_t sensorId, int64_t samplingPeroid, int64_t maxReportDelay);
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/ |
D | hdi_service_impl.h | 36 int32_t EnableSensor(uint32_t sensorId);
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/ |
D | i_sensor_hdi_connection.h | 36 virtual int32_t EnableSensor(int32_t sensorId) = 0;
|
D | sensor_hdi_connection.h | 34 int32_t EnableSensor(int32_t sensorId) override;
|
/base/sensors/sensor/services/sensor/hdi_connection/interface/src/ |
D | sensor_hdi_connection.cpp | 136 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/ |
D | i_sensor_service.h | 37 virtual ErrCode EnableSensor(int32_t sensorId, int64_t samplingPeriodNs,
|
D | sensor_service_proxy.h | 32 …ErrCode EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) overrid…
|
D | sensor_service_client.h | 42 int32_t EnableSensor(int32_t sensorId, int64_t samplingPeriod, int64_t maxReportDelay);
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/ |
D | compatible_connection.h | 34 int32_t EnableSensor(int32_t sensorId) override;
|
D | hdi_connection.h | 35 int32_t EnableSensor(int32_t sensorId) override;
|
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
D | medical_service_client.cpp | 97 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/ |
D | compatible_connection.cpp | 77 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/ |
D | compatible_connection.cpp | 64 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/ |
D | medical_sensor_service.h | 54 …ErrCode EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) overri…
|
/base/sensors/sensor/frameworks/native/sensor/src/ |
D | sensor_service_client.cpp | 120 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()
|