Home
last modified time | relevance | path

Searched defs:sensor (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_client.c26 SensorFeatureApi *sensor = NULL; in GetServiceProxy() local
41 SensorFeatureApi *sensor = (SensorFeatureApi *)proxy; in GetAllSensorsByProxy() local
51 SensorFeatureApi *sensor = (SensorFeatureApi *)proxy; in ActivateSensorByProxy() local
61 SensorFeatureApi *sensor = (SensorFeatureApi *)proxy; in DeactivateSensorByProxy() local
72 SensorFeatureApi *sensor = (SensorFeatureApi *)proxy; in SetBatchByProxy() local
82 SensorFeatureApi *sensor = (SensorFeatureApi *)proxy; in SubscribeSensorByProxy() local
92 SensorFeatureApi *sensor = (SensorFeatureApi *)proxy; in UnsubscribeSensorByProxy() local
102 SensorFeatureApi *sensor = (SensorFeatureApi *)proxy; in SetModeByProxy() local
112 SensorFeatureApi *sensor = (SensorFeatureApi *)proxy; in SetOptionByProxy() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/
H A Dconfig.ini5 [sensor] section
6 driver_path = "drivers/peripheral/sensor/chipset" argument
23 devices_list = ["input", "sensor", "display"] argument
/ohos5.0/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/v4l2/
H A Dutest_v4l2_device_manager.cpp84 std::shared_ptr<ISensor> sensor; variable
95 std::shared_ptr<ISensor> sensor; variable
107 std::shared_ptr<ISensor> sensor; variable
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dnative_sensor.cpp101 int32_t OH_SensorInfo_GetName(Sensor_Info* sensor, char *sensorName, uint32_t *length) in OH_SensorInfo_GetName()
120 int32_t OH_SensorInfo_GetVendorName(Sensor_Info* sensor, char *vendorName, uint32_t *length) in OH_SensorInfo_GetVendorName()
139 int32_t OH_SensorInfo_GetType(Sensor_Info* sensor, Sensor_Type *sensorType) in OH_SensorInfo_GetType()
149 int32_t OH_SensorInfo_GetResolution(Sensor_Info* sensor, float *resolution) in OH_SensorInfo_GetResolution()
159 int32_t OH_SensorInfo_GetMinSamplingInterval(Sensor_Info* sensor, int64_t *minSamplePeriod) in OH_SensorInfo_GetMinSamplingInterval()
169 int32_t OH_SensorInfo_GetMaxSamplingInterval(Sensor_Info* sensor, int64_t *maxSamplePeriod) in OH_SensorInfo_GetMaxSamplingInterval()
H A Dsensor_service_proxy.cpp114 Sensor sensor; in GetSensorList() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/mpi/
H A Dutest_mpi_device_manager.cpp108 std::shared_ptr<ISensor> sensor; variable
119 std::shared_ptr<ISensor> sensor; variable
131 std::shared_ptr<ISensor> sensor; variable
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_simulation_node.cpp100 std::map<std::string, int32_t> sensor; in AddSensorTypeTemp() local
182 std::string sensor[] = {"cpu", "charger", "gpu", "battery"}; in AddMitigationDevice() local
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_dump.cpp75 for (const auto &sensor : sensors) { in DumpSensorList() local
122 for (const auto &sensor : sensors) { in DumpOpeningSensor() local
H A Dmedical_manager.cpp47 auto sensor = sensorMap_.find(sensorId); in GetSensorFlag() local
H A Dmedical_data_processer.cpp206 auto sensor = sensorMap_.find(sensorId); in ReportNotContinuousData() local
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_dump.cpp204 for (const auto &sensor : sensors) { in DumpSensorList() local
243 for (const auto &sensor : sensors) { in DumpOpeningSensor() local
H A Dsensor_data_processer.cpp191 auto sensor = sensorMap_.find(sensorId); in ReportNotContinuousData() local
/ohos5.0/base/powermgr/thermal_manager/test/common/src/
H A Dthermal_test.cpp74 std::map<std::string, int32_t> sensor; in InitNode() local
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp57 Sensor sensor; in GetSensorList() local
H A Dhdi_connection.cpp92 Sensor sensor; in GetSensorList() local
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical.cpp204 auto sensor = std::make_unique<MedicalSensor>(); in Unmarshalling() local
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp54 MedicalSensor sensor; in GetSensorList() local
H A Dhdi_connection.cpp90 MedicalSensor sensor; in GetSensorList() local
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor.cpp232 auto sensor = std::make_unique<Sensor>(); in Unmarshalling() local
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp88 for (auto &sensor : afeList_) { in IsValidSensorId() local
H A Dmedical_service_proxy.cpp198 MedicalSensor sensor; in GetSensorList() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dsensor_manager.cpp31 … std::shared_ptr<SensorController> sensor = std::make_shared<SensorController>(hardwareName); in CreateController() local
/ohos5.0/base/sensors/sensor/services/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp93 for (const auto &sensor : sensorList_) { in ConnectHdiService() local
/ohos5.0/drivers/peripheral/sensor/hal/src/
H A Dsensor_controller.c152 static int32_t GetSensorInfo(struct SensorInformation **sensor, int32_t *count) in GetSensorInfo()
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/include/
H A Dcamera_config_parser.h112 struct SensorDeviceConfig sensor[CAMERA_DEVICE_MAX_NUM]; member
147 struct CameraSensorConfig sensor; member

12