/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()
|
/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);
|
/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;
|
/base/sensors/sensor/services/hdi_connection/hardware/include/ |
H A D | hdi_service_impl.h | 33 int32_t DisableSensor(int32_t sensorId);
|
/base/sensors/sensor/services/include/ |
H A D | sensor_service_proxy.h | 33 ErrCode DisableSensor(int32_t sensorId) override;
|
H A D | sensor_service.h | 55 ErrCode DisableSensor(int32_t sensorId) override; 90 ErrCode DisableSensor(int32_t sensorId, int32_t pid);
|
/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;
|
/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;
|
/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);
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/ |
H A D | sensor_hdi_connection.h | 36 int32_t DisableSensor(int32_t sensorId) override;
|
H A D | i_sensor_hdi_connection.h | 38 virtual int32_t DisableSensor(int32_t sensorId) = 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);
|
/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()
|
/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()
|
/base/sensors/sensor/services/hdi_connection/interface/src/ |
H A D | sensor_hdi_connection.cpp | 265 int32_t SensorHdiConnection::DisableSensor(int32_t sensorId) in DisableSensor() function in OHOS::Sensors::SensorHdiConnection 268 StartTrace(HITRACE_TAG_SENSORS, "DisableSensor"); in DisableSensor() 274 ret = iSensorCompatibleHdiConnection_->DisableSensor(sensorId); in DisableSensor() 286 ret = iSensorHdiConnection_->DisableSensor(sensorId); in DisableSensor()
|
/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/ |
H A D | medical_proxy_test.cpp | 245 auto ret = afeProxy_->DisableSensor(afeId_); in HWTEST_F() 246 HiLog::Info(LABEL, "DisableSensor ret is : %{public}d", ret); in HWTEST_F() 258 auto ret = afeProxy_->DisableSensor(INVALID_SENSOR_ID); in HWTEST_F() 259 HiLog::Info(LABEL, "DisableSensor ret is : %{public}d", ret); in HWTEST_F()
|
/base/sensors/sensor/services/src/ |
H A D | sensor_service.cpp | 328 ErrCode SensorService::DisableSensor(int32_t sensorId, int32_t pid) in DisableSensor() function in OHOS::Sensors::SensorService 346 if (sensorHdiConnection_.DisableSensor(sensorId) != ERR_OK) { in DisableSensor() 347 SEN_HILOGE("DisableSensor is failed"); in DisableSensor() 357 ErrCode SensorService::DisableSensor(int32_t sensorId) in DisableSensor() function in OHOS::Sensors::SensorService 360 return DisableSensor(sensorId, GetCallingPid()); in DisableSensor() 432 int32_t ret = DisableSensor(activeSensors[i], pid); in ProcessDeathObserver() 434 SEN_HILOGE("DisableSensor failed, ret:%{public}d", ret); in ProcessDeathObserver()
|
/base/sensors/medical_sensor/services/medical_sensor/include/ |
H A D | medical_sensor_service.h | 56 ErrCode DisableSensor(uint32_t sensorId) override;
|