Home
last modified time | relevance | path

Searched defs:sensorType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dnative_sensor.cpp139 int32_t OH_SensorInfo_GetType(Sensor_Info* sensor, Sensor_Type *sensorType) in OH_SensorInfo_GetType()
187 int32_t sensorType = id->sensorType; in OH_Sensor_Subscribe() local
210 int32_t sensorType = id->sensorType; in OH_Sensor_Unsubscribe() local
219 int32_t OH_SensorEvent_GetType(Sensor_Event* sensorEvent, Sensor_Type *sensorType) in OH_SensorEvent_GetType()
260 int32_t OH_SensorSubscriptionId_GetType(Sensor_SubscriptionId* id, Sensor_Type *sensorType) in OH_SensorSubscriptionId_GetType()
270 int32_t OH_SensorSubscriptionId_SetType(Sensor_SubscriptionId* id, const Sensor_Type sensorType) in OH_SensorSubscriptionId_SetType()
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp40 int32_t sensorType = GetSensorTypeId(type); in StartSensor() local
239 int32_t sensorType = GetSensorTypeId(type); in UnregisterSensor() local
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/kits/
H A Dsensor_native_test.cpp66 Sensor_Type sensorType; in SetUpTestCase() local
98 Sensor_Type sensorType; in SensorDataCallbackImpl() local
123 Sensor_Type *sensorType = nullptr; in SensorDataCallbackImpl1() local
154 Sensor_Type sensorType; variable
329 Sensor_Type *sensorType = nullptr; variable
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_writeremoteobject_test.cpp62 SensorType sensorType = SensorType::SOC; variable
H A Dthermal_mock_proxy_remote_test.cpp64 SensorType sensorType = SensorType::SOC; variable
H A Dthermal_config_file_parser.cpp339 std::string sensorType = auxSensorList[i]; in ParseAuxSensorInfo() local
361 std::string sensorType = sensors.at(i); in ParseSensorInfo() local
/ohos5.0/base/sensors/sensor/frameworks/native/include/
H A Dnative_sensor_impl.h42 int32_t sensorType = -1; member
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Dmedical_catalog.h86 uint8_t sensorType; member
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dmotion_sensor_monitor.cpp155 for (const auto sensorType : SENSOR_TYPE_CONFIG) { in InitSensorUserMap() local
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp272 std::string sensorType = auxsensors[i]; in ParseAuxSensorInfo() local
373 std::string sensorType = sensors.at(i); in ParseSensorInfo() local
/ohos5.0/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp39 int32_t ReportSensorEventsData(int32_t sensorType, const struct SensorEvents *event) in ReportSensorEventsData()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_observer.cpp53 std::vector<std::string> sensorType(TYPE_MAX_SIZE); in InitSensorTypeMap() local
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp619 void SensorIfService::RemoveDeathNotice(int32_t sensorType) in RemoveDeathNotice()