Home
last modified time | relevance | path

Searched refs:AlgoHorizontal (Results 1 - 5 of 5) sorted by relevance

/base/msdp/device_status/libs/include/algorithm/
H A Dalgo_horizontal.h25 class AlgoHorizontal : public AlgoBase { class
27 AlgoHorizontal() {}; in AlgoHorizontal() function in OHOS::Msdp::DeviceStatus::AlgoHorizontal
28 virtual ~AlgoHorizontal() = default;
/base/msdp/device_status/libs/src/algorithm/
H A Dalgo_horizontal.cpp22 #define LOG_TAG "AlgoHorizontal"
28 bool AlgoHorizontal::Init(Type type) in Init()
39 bool AlgoHorizontal::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
50 void AlgoHorizontal::ExecuteOperation() in ExecuteOperation()
/base/msdp/device_status/libs/include/
H A Ddevicestatus_algorithm_manager.h63 std::shared_ptr<AlgoHorizontal> horizontalPosition_ { nullptr };
/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp159 horizontalPosition_ = std::make_shared<AlgoHorizontal>(); in Enable()
/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp155 * @tc.desc: test devicestatus AlgoHorizontal Algorithm
255 AlgoHorizontal horizontal; in HWTEST_F()

Completed in 3 milliseconds