Home
last modified time | relevance | path

Searched refs:AcceleromterCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dmotion_sensor_monitor_test.cpp69 HWTEST_F(MotionSensorMonitorTest, AcceleromterCallback, TestSize.Level1)
80 repeatedMotionConstraint->AcceleromterCallback(&event);
81 repeatedMotionConstraint->AcceleromterCallback(nullptr);
H A Dstandby_plugin_unit_test.cpp739 repeatedMotionConstraint->AcceleromterCallback(&event);
742 repeatedMotionConstraint->AcceleromterCallback(&event);
743 repeatedMotionConstraint->AcceleromterCallback(nullptr);
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dmotion_sensor_monitor.cpp62 void MotionSensorMonitor::AcceleromterCallback(SensorEvent *event) in AcceleromterCallback() function in OHOS::DevStandbyMgr::MotionSensorMonitor
173 iter->second.callback = &AcceleromterCallback; in AssignAcclerometerSensorCallBack()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/include/
H A Dmotion_sensor_monitor.h44 static void AcceleromterCallback(SensorEvent *event);