Home
last modified time | relevance | path

Searched defs:GetSensorList (Results 1 – 15 of 15) sorted by relevance

/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() function in OHOS::Sensors::HdiServiceImpl
/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() function in OHOS::Sensors::SensorHdiConnection
/ohos5.0/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
H A Dhdi_connection.cpp74 int32_t HdiConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList() function in OHOS::Sensors::HdiConnection
/ohos5.0/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
H A Dhdi_connection.cpp72 int32_t HdiConnection::GetSensorList(std::vector<MedicalSensor>& sensorList) in GetSensorList() function in OHOS::Sensors::HdiConnection
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp155 std::vector<MedicalSensor> MedicalSensorServiceClient::GetSensorList() in GetSensorList() function in OHOS::Sensors::MedicalSensorServiceClient
H A Dmedical_service_proxy.cpp176 std::vector<MedicalSensor> MedicalSensorServiceProxy::GetSensorList() in GetSensorList() function in OHOS::Sensors::MedicalSensorServiceProxy
/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() function in OHOS::Sensors::SensorHdiConnection
/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() function in OHOS::Sensors::HdiServiceImpl
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_proxy.cpp82 std::vector<Sensor> SensorServiceProxy::GetSensorList() in GetSensorList() function in OHOS::Sensors::SensorServiceProxy
H A Dsensor_service_client.cpp163 std::vector<Sensor> SensorServiceClient::GetSensorList() in GetSensorList() function in OHOS::Sensors::SensorServiceClient
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_service.cpp366 std::vector<MedicalSensor> MedicalSensorService::GetSensorList() in GetSensorList() function in OHOS::Sensors::MedicalSensorService
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_service.cpp382 std::vector<Sensor> SensorService::GetSensorList() in GetSensorList() function in OHOS::Sensors::SensorService
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp995 static napi_value GetSensorList(napi_env env, napi_callback_info info) in GetSensorList() function