Home
last modified time | relevance | path

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

/base/msdp/device_status/libs/include/algorithm/
Dalgo_vertical.h25 class AlgoVertical : public AlgoBase {
27 AlgoVertical() {}; in AlgoVertical() function
28 virtual ~AlgoVertical() = default;
/base/msdp/device_status/libs/src/algorithm/
Dalgo_vertical.cpp29 bool AlgoVertical::Init(Type type) in Init()
32 …algoCallback_ = std::bind(&AlgoVertical::StartAlgorithm, this, std::placeholders::_1, std::placeho… in Init()
38 bool AlgoVertical::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
49 void AlgoVertical::ExecuteOperation() in ExecuteOperation()
/base/msdp/device_status/libs/include/
Ddevicestatus_algorithm_manager.h64 std::shared_ptr<AlgoVertical> verticalPosition_ { nullptr };
/base/msdp/device_status/libs/src/
Ddevicestatus_algorithm_manager.cpp167 verticalPosition_ = std::make_shared<AlgoVertical>(); in Enable()
/base/msdp/device_status/libs/test/unittest/src/
Ddevice_status_algorithm_test.cpp285 AlgoVertical vertical;
307 AlgoVertical vertical;