Home
last modified time | relevance | path

Searched refs:DisableSensor (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp79 int32_t SensorHdiConnection::DisableSensor(int32_t sensorId) in DisableSensor() function in OHOS::Sensors::SensorHdiConnection
81 int32_t ret = iSensorHdiConnection_->DisableSensor(sensorId); in DisableSensor()
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_service.cpp347 ErrCode SensorService::DisableSensor(int32_t sensorId, int32_t pid) in DisableSensor() function in OHOS::Sensors::SensorService
365 if (sensorHdiConnection_.DisableSensor(sensorId) != ERR_OK) { in DisableSensor()
376 ErrCode SensorService::DisableSensor(int32_t sensorId) in DisableSensor() function in OHOS::Sensors::SensorService
379 return DisableSensor(sensorId, GetCallingPid()); in DisableSensor()
453 int32_t ret = DisableSensor(activeSensors[i], pid); in ProcessDeathObserver()
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp84 int32_t CompatibleConnection::DisableSensor(int32_t sensorId) in DisableSensor() function in OHOS::Sensors::CompatibleConnection
86 int32_t ret = hdiServiceImpl_.DisableSensor(sensorId); in DisableSensor()
/ohos5.0/base/sensors/sensor/services/include/
H A Dsensor_service.h55 ErrCode DisableSensor(int32_t sensorId) override;
92 ErrCode DisableSensor(int32_t sensorId, int32_t pid);
H A Dsensor_service_proxy.h33 ErrCode DisableSensor(int32_t sensorId) override;
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp74 int32_t CompatibleConnection::DisableSensor(int32_t sensorId) in DisableSensor() function in OHOS::Sensors::CompatibleConnection
76 int32_t ret = hdiServiceImpl_.DisableSensor(sensorId); in DisableSensor()
/ohos5.0/base/sensors/sensor/services/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp258 int32_t SensorHdiConnection::DisableSensor(int32_t sensorId) in DisableSensor() function in OHOS::Sensors::SensorHdiConnection
265 ret = iSensorCompatibleHdiConnection_->DisableSensor(sensorId); in DisableSensor()
275 ret = iSensorHdiConnection_->DisableSensor(sensorId); in DisableSensor()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
H A Dmedical_proxy_test.cpp245 auto ret = afeProxy_->DisableSensor(afeId_);
258 auto ret = afeProxy_->DisableSensor(INVALID_SENSOR_ID);
/ohos5.0/base/sensors/sensor/services/hdi_connection/interface/include/
H A Di_sensor_hdi_connection.h33 virtual int32_t DisableSensor(int32_t sensorId) = 0;
H A Dsensor_hdi_connection.h34 int32_t DisableSensor(int32_t sensorId) override;
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/
H A Di_medical_sensor_service.h40 virtual ErrCode DisableSensor(uint32_t sensorId) = 0;
H A Dmedical_sensor_service_proxy.h32 ErrCode DisableSensor(uint32_t sensorId) override;
H A Dmedical_sensor_service_client.h37 int32_t DisableSensor(uint32_t sensorId);
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/include/
H A Dcompatible_connection.h31 int32_t DisableSensor(int32_t sensorId) override;
H A Dhdi_connection.h32 int32_t DisableSensor(int32_t sensorId) override;
/ohos5.0/base/sensors/sensor/services/hdi_connection/hardware/include/
H A Dhdi_service_impl.h33 int32_t DisableSensor(int32_t sensorId);
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/
H A Dhdi_service_impl.h38 int32_t DisableSensor(uint32_t sensorId);
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/
H A Di_sensor_hdi_connection.h38 virtual int32_t DisableSensor(int32_t sensorId) = 0;
H A Dsensor_hdi_connection.h36 int32_t DisableSensor(int32_t sensorId) override;
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/
H A Dcompatible_connection.h36 int32_t DisableSensor(int32_t sensorId) override;
H A Dhdi_connection.h37 int32_t DisableSensor(int32_t sensorId) override;
/ohos5.0/base/sensors/sensor/frameworks/native/include/
H A Di_sensor_service.h39 virtual ErrCode DisableSensor(int32_t sensorId) = 0;
H A Dsensor_service_proxy.h33 ErrCode DisableSensor(int32_t sensorId) override;
H A Dsensor_service_client.h43 int32_t DisableSensor(int32_t sensorId);
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp116 int32_t MedicalSensorServiceClient::DisableSensor(uint32_t sensorId) in DisableSensor() function in OHOS::Sensors::MedicalSensorServiceClient
128 ret = afeServer_->DisableSensor(sensorId); in DisableSensor()

12