Home
last modified time | relevance | path

Searched refs:AlgoVertical (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/msdp/device_status/libs/include/algorithm/
H A Dalgo_vertical.h25 class AlgoVertical : public AlgoBase {
27 AlgoVertical() {}; in AlgoVertical() function
28 virtual ~AlgoVertical() = default;
/ohos5.0/base/msdp/device_status/libs/src/algorithm/
H A Dalgo_vertical.cpp31 bool AlgoVertical::Init(Type type) in Init()
42 bool AlgoVertical::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
53 void AlgoVertical::ExecuteOperation() in ExecuteOperation()
/ohos5.0/base/msdp/device_status/libs/include/
H A Ddevicestatus_algorithm_manager.h64 std::shared_ptr<AlgoVertical> verticalPosition_ { nullptr };
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp169 verticalPosition_ = std::make_shared<AlgoVertical>(); in Enable()
/ohos5.0/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp274 AlgoVertical vertical;
293 AlgoVertical vertical;