/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/ |
H A D | sensor_hdi_connection.cpp | 79 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 D | sensor_service.cpp | 347 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 D | compatible_connection.cpp | 84 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 D | sensor_service.h | 55 ErrCode DisableSensor(int32_t sensorId) override; 92 ErrCode DisableSensor(int32_t sensorId, int32_t pid);
|
H A D | sensor_service_proxy.h | 33 ErrCode DisableSensor(int32_t sensorId) override;
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/ |
H A D | compatible_connection.cpp | 74 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 D | sensor_hdi_connection.cpp | 258 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 D | medical_proxy_test.cpp | 245 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 D | i_sensor_hdi_connection.h | 33 virtual int32_t DisableSensor(int32_t sensorId) = 0;
|
H A D | sensor_hdi_connection.h | 34 int32_t DisableSensor(int32_t sensorId) override;
|
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/ |
H A D | i_medical_sensor_service.h | 40 virtual ErrCode DisableSensor(uint32_t sensorId) = 0;
|
H A D | medical_sensor_service_proxy.h | 32 ErrCode DisableSensor(uint32_t sensorId) override;
|
H A D | medical_sensor_service_client.h | 37 int32_t DisableSensor(uint32_t sensorId);
|
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/include/ |
H A D | compatible_connection.h | 31 int32_t DisableSensor(int32_t sensorId) override;
|
H A D | hdi_connection.h | 32 int32_t DisableSensor(int32_t sensorId) override;
|
/ohos5.0/base/sensors/sensor/services/hdi_connection/hardware/include/ |
H A D | hdi_service_impl.h | 33 int32_t DisableSensor(int32_t sensorId);
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/ |
H A D | hdi_service_impl.h | 38 int32_t DisableSensor(uint32_t sensorId);
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/ |
H A D | i_sensor_hdi_connection.h | 38 virtual int32_t DisableSensor(int32_t sensorId) = 0;
|
H A D | sensor_hdi_connection.h | 36 int32_t DisableSensor(int32_t sensorId) override;
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/ |
H A D | compatible_connection.h | 36 int32_t DisableSensor(int32_t sensorId) override;
|
H A D | hdi_connection.h | 37 int32_t DisableSensor(int32_t sensorId) override;
|
/ohos5.0/base/sensors/sensor/frameworks/native/include/ |
H A D | i_sensor_service.h | 39 virtual ErrCode DisableSensor(int32_t sensorId) = 0;
|
H A D | sensor_service_proxy.h | 33 ErrCode DisableSensor(int32_t sensorId) override;
|
H A D | sensor_service_client.h | 43 int32_t DisableSensor(int32_t sensorId);
|
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | medical_service_client.cpp | 116 int32_t MedicalSensorServiceClient::DisableSensor(uint32_t sensorId) in DisableSensor() function in OHOS::Sensors::MedicalSensorServiceClient 128 ret = afeServer_->DisableSensor(sensorId); in DisableSensor()
|