Home
last modified time | relevance | path

Searched refs:GetSensorTypeId (Results 1 – 6 of 6) sorted by relevance

/base/msdp/device_status/libs/test/unittest/src/
Ddevice_status_algorithm_test.cpp208 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
209 g_manager->GetSensorTypeId(Type::TYPE_HORIZONTAL_POSITION);
210 g_manager->GetSensorTypeId(Type::TYPE_VERTICAL_POSITION);
413 g_manager->GetSensorTypeId(Type::TYPE_INVALID);
429 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
449 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
468 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
487 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
506 g_manager->GetSensorTypeId(Type::TYPE_HORIZONTAL_POSITION);
522 g_manager->GetSensorTypeId(Type::TYPE_VERTICAL_POSITION);
[all …]
/base/msdp/device_status/libs/src/
Ddevicestatus_algorithm_manager.cpp38 int32_t sensorType = GetSensorTypeId(type); in StartSensor()
112 int32_t AlgoMgr::GetSensorTypeId(Type type) in GetSensorTypeId() function in OHOS::Msdp::DeviceStatus::AlgoMgr
232 int32_t sensorType = GetSensorTypeId(type); in UnregisterSensor()
/base/msdp/device_status/libs/include/
Ddevicestatus_algorithm_manager.h56 int32_t GetSensorTypeId(Type type);
/base/sensors/sensor/utils/common/include/
Dsensor.h32 int32_t GetSensorTypeId() const;
/base/sensors/sensor/utils/common/src/
Dsensor.cpp53 int32_t Sensor::GetSensorTypeId() const in GetSensorTypeId() function in OHOS::Sensors::Sensor
/base/sensors/sensor/frameworks/native/sensor/src/
Dsensor_agent_proxy.cpp295 sensorInfo->sensorTypeId = sensorList[i].GetSensorTypeId(); in ConvertSensorInfos()