Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp207 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
208 g_manager->GetSensorTypeId(Type::TYPE_HORIZONTAL_POSITION);
209 g_manager->GetSensorTypeId(Type::TYPE_VERTICAL_POSITION);
396 g_manager->GetSensorTypeId(Type::TYPE_INVALID);
412 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
430 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
448 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
466 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL);
484 g_manager->GetSensorTypeId(Type::TYPE_HORIZONTAL_POSITION);
499 g_manager->GetSensorTypeId(Type::TYPE_VERTICAL_POSITION);
[all …]
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp40 int32_t sensorType = GetSensorTypeId(type); in StartSensor()
116 int32_t AlgoMgr::GetSensorTypeId(Type type) in GetSensorTypeId() function in OHOS::Msdp::DeviceStatus::AlgoMgr
239 int32_t sensorType = GetSensorTypeId(type); in UnregisterSensor()
/ohos5.0/base/msdp/device_status/libs/include/
H A Ddevicestatus_algorithm_manager.h57 int32_t GetSensorTypeId(Type type);
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor.h32 int32_t GetSensorTypeId() const;
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor.cpp53 int32_t Sensor::GetSensorTypeId() const in GetSensorTypeId() function in OHOS::Sensors::Sensor
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp378 sensorInfo->sensorTypeId = sensorList[i].GetSensorTypeId(); in ConvertSensorInfos()