Home
last modified time | relevance | path

Searched refs:StartSensor (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp143 bool result = g_manager->StartSensor(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
161 bool result = g_manager->StartSensor(Type::TYPE_HORIZONTAL_POSITION); in HWTEST_F()
179 bool result = g_manager->StartSensor(Type::TYPE_INVALID); in HWTEST_F()
200 bool result = g_manager->StartSensor(Type::TYPE_LID_OPEN); in HWTEST_F()
232 bool result = g_manager->StartSensor(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
251 bool result = g_manager->StartSensor(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
270 bool result = g_manager->StartSensor(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
289 bool result = g_manager->StartSensor(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
313 bool result = g_manager->StartSensor(Type::TYPE_ABSOLUTE_STILL); in HWTEST_F()
321 * @tc.desc: test StartSensor an
[all...]
/base/msdp/device_status/libs/include/
H A Ddevicestatus_algorithm_manager.h56 bool StartSensor(Type type);
/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp37 bool AlgoMgr::StartSensor(Type type) in StartSensor() function in OHOS::Msdp::DeviceStatus::AlgoMgr
140 if (!StartSensor(type)) { in Enable()

Completed in 3 milliseconds