Home
last modified time | relevance | path

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

12

/base/sensors/sensor/services/sensor/hdi_connection/interface/include/
Di_sensor_hdi_connection.h31 virtual int32_t GetSensorList(std::vector<Sensor>& sensorList) = 0;
Dsensor_hdi_connection.h31 int32_t GetSensorList(std::vector<Sensor>& sensorList) override;
/base/sensors/sensor/services/sensor/hdi_connection/hardware/include/
Dhdi_service_impl.h31 int32_t GetSensorList(std::vector<SensorInfo>& sensorList);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
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/sensor/services/sensor/include/
Dsensor_service_proxy.h36 std::vector<Sensor> GetSensorList() override;
/base/sensors/sensor/services/sensor/hdi_connection/adapter/include/
Dcompatible_connection.h29 int32_t GetSensorList(std::vector<Sensor>& sensorList) override;
Dhdi_connection.h30 int32_t GetSensorList(std::vector<Sensor>& sensorList) override;
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/
Di_medical_sensor_service.h48 virtual std::vector<MedicalSensor> GetSensorList() = 0;
Dmedical_sensor_service_proxy.h36 std::vector<MedicalSensor> GetSensorList() override;
Dmedical_sensor_service_client.h35 std::vector<MedicalSensor> GetSensorList();
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/
Dhdi_service_impl.h34 int32_t GetSensorList(std::vector<SensorInformation>& sensorList);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/
Di_sensor_hdi_connection.h34 virtual int32_t GetSensorList(std::vector<MedicalSensor>& sensorList) = 0;
Dsensor_hdi_connection.h32 int32_t GetSensorList(std::vector<MedicalSensor>& sensorList) override;
/base/sensors/sensor/frameworks/native/sensor/include/
Di_sensor_service.h40 virtual std::vector<Sensor> GetSensorList() = 0;
Dsensor_service_proxy.h34 std::vector<Sensor> GetSensorList() override;
Dsensor_service_client.h41 std::vector<Sensor> GetSensorList();
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/
Dcompatible_connection.h32 int32_t GetSensorList(std::vector<MedicalSensor>& sensorList) override;
Dhdi_connection.h33 int32_t GetSensorList(std::vector<MedicalSensor>& sensorList) override;
/base/sensors/sensor/services/sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp40 int32_t CompatibleConnection::GetSensorList(std::vector<Sensor>& sensorList) in GetSensorList() function in OHOS::Sensors::CompatibleConnection
43 int32_t ret = hdiServiceImpl_.GetSensorList(sensorInfos); in GetSensorList()
Dhdi_connection.cpp69 int32_t HdiConnection::GetSensorList(std::vector<Sensor>& sensorList) in GetSensorList() function in OHOS::Sensors::HdiConnection
282 ret = GetSensorList(sensorList); in Reconnect()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
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/medical_sensor/services/medical_sensor/include/
Dmedical_sensor_service.h64 std::vector<MedicalSensor> GetSensorList() override;
/base/sensors/sensor/services/sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp73 ret = iSensorHdiConnection_->GetSensorList(sensorList_); in ConnectHdiService()
101 int32_t SensorHdiConnection::GetSensorList(std::vector<Sensor>& sensorList) in GetSensorList() function in OHOS::Sensors::SensorHdiConnection
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
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/sensor/src/
Dsensor_service.cpp126 int32_t ret = sensorHdiConnection_.GetSensorList(sensors_); in InitSensorList()
322 std::vector<Sensor> SensorService::GetSensorList() in GetSensorList() function in OHOS::Sensors::SensorService
326 int32_t ret = sensorHdiConnection_.GetSensorList(sensors_); in GetSensorList()

12