/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | native_sensor.cpp | 139 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 D | devicestatus_algorithm_manager.cpp | 40 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 D | sensor_native_test.cpp | 66 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 D | thermal_mock_proxy_writeremoteobject_test.cpp | 62 SensorType sensorType = SensorType::SOC; variable
|
H A D | thermal_mock_proxy_remote_test.cpp | 64 SensorType sensorType = SensorType::SOC; variable
|
H A D | thermal_config_file_parser.cpp | 339 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 D | native_sensor_impl.h | 42 int32_t sensorType = -1; member
|
/ohos5.0/base/sensors/medical_sensor/utils/include/ |
H A D | medical_catalog.h | 86 uint8_t sensorType; member
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/ |
H A D | motion_sensor_monitor.cpp | 155 for (const auto sensorType : SENSOR_TYPE_CONFIG) { in InitSensorUserMap() local
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 272 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 D | sensor_impl.cpp | 39 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 D | thermal_observer.cpp | 53 std::vector<std::string> sensorType(TYPE_MAX_SIZE); in InitSensorTypeMap() local
|
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_if_service.cpp | 619 void SensorIfService::RemoveDeathNotice(int32_t sensorType) in RemoveDeathNotice()
|