Home
last modified time | relevance | path

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

/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/src/
Dhdi_service_impl.cpp47 int32_t HdiServiceImpl::GetSensorList(std::vector<SensorInformation>& sensorList) in GetSensorList() function in OHOS::Sensors::HdiServiceImpl
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp63 int32_t SensorHdiConnection::GetSensorList(std::vector<MedicalSensor>& sensorList) in GetSensorList() function in OHOS::Sensors::SensorHdiConnection
/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
Dhdi_connection.cpp72 int32_t HdiConnection::GetSensorList(std::vector<MedicalSensor>& sensorList) in GetSensorList() function in OHOS::Sensors::HdiConnection
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
Dmedical_service_client.cpp155 std::vector<MedicalSensor> MedicalSensorServiceClient::GetSensorList() in GetSensorList() function in OHOS::Sensors::MedicalSensorServiceClient
Dmedical_service_proxy.cpp176 std::vector<MedicalSensor> MedicalSensorServiceProxy::GetSensorList() in GetSensorList() function in OHOS::Sensors::MedicalSensorServiceProxy
/base/sensors/sensor/services/hdi_connection/adapter/src/
Dcompatible_connection.cpp35 int32_t CompatibleConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList() function in OHOS::Sensors::CompatibleConnection
Dhdi_connection.cpp87 int32_t HdiConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList() function in OHOS::Sensors::HdiConnection
/base/sensors/sensor/services/hdi_connection/hardware/src/
Dhdi_service_impl.cpp202 int32_t HdiServiceImpl::GetSensorList(std::vector<SensorInfo> &sensorList) in GetSensorList() function in OHOS::Sensors::HdiServiceImpl
/base/sensors/sensor/services/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp216 int32_t SensorHdiConnection::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList() function in OHOS::Sensors::SensorHdiConnection
/base/sensors/sensor/services/src/
Dsensor_service.cpp572 ErrCode SensorService::GetSensorList(std::vector<Sensor> &sensorList) in GetSensorList() function in OHOS::Sensors::SensorService
655 std::vector<Sensor> SensorService::GetSensorList() in GetSensorList() function in OHOS::Sensors::SensorService
/base/sensors/medical_sensor/services/medical_sensor/src/
Dmedical_service.cpp366 std::vector<MedicalSensor> MedicalSensorService::GetSensorList() in GetSensorList() function in OHOS::Sensors::MedicalSensorService
/base/sensors/sensor/frameworks/native/src/
Dsensor_service_client.cpp222 std::vector<Sensor> SensorServiceClient::GetSensorList() in GetSensorList() function in OHOS::Sensors::SensorServiceClient
/base/sensors/sensor/frameworks/js/napi/src/
Dsensor_js.cpp1345 static napi_value GetSensorList(napi_env env, napi_callback_info info) in GetSensorList() function