Home
last modified time | relevance | path

Searched refs:GetSensorList (Results 1 - 25 of 41) sorted by relevance

12

/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp55 ret = iSensorHdiConnection_->GetSensorList(sensorList_); in connectHdiService()
63 int32_t SensorHdiConnection::GetSensorList(std::vector<MedicalSensor>& sensorList) in GetSensorList() function in OHOS::Sensors::SensorHdiConnection
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/
H A Di_medical_sensor_service.h48 virtual std::vector<MedicalSensor> GetSensorList() = 0;
H A Dmedical_sensor_service_proxy.h36 std::vector<MedicalSensor> GetSensorList() override;
H A Dmedical_sensor_service_client.h35 std::vector<MedicalSensor> GetSensorList();
/base/sensors/sensor/services/hdi_connection/adapter/include/
H A Dcompatible_connection.h29 int32_t GetSensorList(std::vector<Sensor> &sensorList) override;
H A Dhdi_connection.h30 int32_t GetSensorList(std::vector<Sensor> &sensorList) override;
/base/sensors/sensor/services/hdi_connection/hardware/include/
H A Dhdi_service_impl.h31 int32_t GetSensorList(std::vector<SensorInfo> &sensorList);
/base/sensors/sensor/services/include/
H A Dsensor_service_proxy.h36 std::vector<Sensor> GetSensorList() override;
/base/sensors/sensor/services/hdi_connection/interface/include/
H A Di_sensor_hdi_connection.h31 virtual int32_t GetSensorList(std::vector<Sensor> &sensorList) = 0;
H A Dsensor_hdi_connection.h32 int32_t GetSensorList(std::vector<Sensor> &sensorList) override;
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/
H A Dcompatible_connection.h32 int32_t GetSensorList(std::vector<MedicalSensor>& sensorList) override;
H A Dhdi_connection.h33 int32_t GetSensorList(std::vector<MedicalSensor>& sensorList) override;
/base/sensors/sensor/frameworks/native/include/
H A Di_sensor_service.h40 virtual std::vector<Sensor> GetSensorList() = 0;
H A Dsensor_service_proxy.h34 std::vector<Sensor> GetSensorList() override;
H A Dsensor_service_client.h41 std::vector<Sensor> GetSensorList();
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/
H A Dsensor_hdi_connection.h32 int32_t GetSensorList(std::vector<MedicalSensor>& sensorList) override;
H A Di_sensor_hdi_connection.h34 virtual int32_t GetSensorList(std::vector<MedicalSensor>& sensorList) = 0;
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/
H A Dhdi_service_impl.h34 int32_t GetSensorList(std::vector<SensorInformation>& sensorList);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp41 int32_t CompatibleConnection::GetSensorList(std::vector<MedicalSensor>& sensorList) in GetSensorList() function in OHOS::Sensors::CompatibleConnection
44 int32_t ret = hdiServiceImpl_.GetSensorList(sensorInfos); in GetSensorList()
/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp37 int32_t CompatibleConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList() function in OHOS::Sensors::CompatibleConnection
40 int32_t ret = hdiServiceImpl_.GetSensorList(sensorInfos); in GetSensorList()
H A Dhdi_connection.cpp78 int32_t HdiConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList() function in OHOS::Sensors::HdiConnection
87 HiSysEvent::EventType::FAULT, "PKG_NAME", "GetSensorList", "ERROR_CODE", ret); in GetSensorList()
314 ret = GetSensorList(sensorList); in Reconnect()
/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dmedical_sensor_service.h64 std::vector<MedicalSensor> GetSensorList() override;
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_service.cpp128 int32_t ret = sensorHdiConnection_.GetSensorList(sensors_); in InitSensorList()
130 HiLog::Error(LABEL, "%{public}s GetSensorList failed", __func__); in InitSensorList()
366 std::vector<MedicalSensor> MedicalSensorService::GetSensorList() in GetSensorList() function in OHOS::Sensors::MedicalSensorService
370 int32_t ret = sensorHdiConnection_.GetSensorList(sensors_); in GetSensorList()
372 HiLog::Error(LABEL, "%{public}s GetSensorList failed", __func__); in GetSensorList()
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp70 afeList_ = afeServer_->GetSensorList(); in InitServiceClient()
155 std::vector<MedicalSensor> MedicalSensorServiceClient::GetSensorList() in GetSensorList() function in OHOS::Sensors::MedicalSensorServiceClient
/base/sensors/sensor/services/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp89 ret = iSensorHdiConnection_->GetSensorList(sensorList_); in ConnectHdiService()
202 int32_t SensorHdiConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList() function in OHOS::Sensors::SensorHdiConnection

Completed in 9 milliseconds

12