Home
last modified time | relevance | path

Searched defs:sensorList (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp74 int32_t HdiConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList()
303 std::vector<Sensor> sensorList; in Reconnect() local
H A Dcompatible_connection.cpp37 int32_t CompatibleConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dhdi_connection.cpp72 int32_t HdiConnection::GetSensorList(std::vector<MedicalSensor>& sensorList) in GetSensorList()
311 std::vector<MedicalSensor> sensorList; in reconnect() local
H A Dcompatible_connection.cpp41 int32_t CompatibleConnection::GetSensorList(std::vector<MedicalSensor>& sensorList) in GetSensorList()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/src/
H A Dhdi_service_impl.cpp47 int32_t HdiServiceImpl::GetSensorList(std::vector<SensorInformation>& sensorList) in GetSensorList()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp63 int32_t SensorHdiConnection::GetSensorList(std::vector<MedicalSensor>& sensorList) in GetSensorList()
/ohos5.0/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c57 struct SensorDevManager *sensorList = NULL; in SensorShowList() local
/ohos5.0/base/sensors/sensor/services/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp201 int32_t SensorHdiConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList()
/ohos5.0/base/sensors/sensor/services/hdi_connection/hardware/src/
H A Dhdi_service_impl.cpp187 int32_t HdiServiceImpl::GetSensorList(std::vector<SensorInfo> &sensorList) in GetSensorList()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp351 std::vector<Sensor> sensorList = SEN_CLIENT.GetSensorList(); in ConvertSensorInfos() local