Home
last modified time | relevance | path

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

/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp207 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
208 g_manager->GetSensorTypeId(Type::TYPE_HORIZONTAL_POSITION); in HWTEST_F()
209 g_manager->GetSensorTypeId(Type::TYPE_VERTICAL_POSITION); in HWTEST_F()
396 g_manager->GetSensorTypeId(Type::TYPE_INVALID); in HWTEST_F()
412 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
430 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
448 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
466 g_manager->GetSensorTypeId(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
484 g_manager->GetSensorTypeId(Type::TYPE_HORIZONTAL_POSITION); in HWTEST_F()
499 g_manager->GetSensorTypeId(Typ in HWTEST_F()
[all...]
/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
130 FI_HILOGW("GetSensorTypeId failed"); in GetSensorTypeId()
239 int32_t sensorType = GetSensorTypeId(type); in UnregisterSensor()
/base/msdp/device_status/libs/include/
H A Ddevicestatus_algorithm_manager.h57 int32_t GetSensorTypeId(Type type);
/base/sensors/sensor/utils/common/include/
H A Dsensor.h32 int32_t GetSensorTypeId() const;
/base/sensors/sensor/utils/common/src/
H A Dsensor.cpp53 int32_t Sensor::GetSensorTypeId() const in GetSensorTypeId() function in OHOS::Sensors::Sensor
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp366 sensorInfo->sensorTypeId = sensorList[i].GetSensorTypeId(); in ConvertSensorInfos()

Completed in 4 milliseconds