Home
last modified time | relevance | path

Searched refs:DisableSensor (Results 1 - 25 of 39) sorted by relevance

12

/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()
/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);
/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;
/base/sensors/sensor/services/hdi_connection/hardware/include/
H A Dhdi_service_impl.h33 int32_t DisableSensor(int32_t sensorId);
/base/sensors/sensor/services/include/
H A Dsensor_service_proxy.h33 ErrCode DisableSensor(int32_t sensorId) override;
H A Dsensor_service.h55 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 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;
/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;
/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);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/
H A Dsensor_hdi_connection.h36 int32_t DisableSensor(int32_t sensorId) override;
H A Di_sensor_hdi_connection.h38 virtual int32_t DisableSensor(int32_t sensorId) = 0;
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/
H A Dhdi_service_impl.h38 int32_t DisableSensor(uint32_t sensorId);
/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()
/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()
/base/sensors/sensor/services/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp265 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 Dmedical_proxy_test.cpp245 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 Dsensor_service.cpp328 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 Dmedical_sensor_service.h56 ErrCode DisableSensor(uint32_t sensorId) override;

Completed in 9 milliseconds

12