Searched refs:MotionSensorMonitor (Results 1 – 6 of 6) sorted by relevance
33 double MotionSensorMonitor::energy_ = 0;40 MotionSensorMonitor::MotionSensorMonitor(int32_t detectionTimeOut, int32_t restTimeOut, int32_t tot… in MotionSensorMonitor() function in OHOS::DevStandbyMgr::MotionSensorMonitor68 MotionSensorMonitor::AddEnergy(sensorData); in AcceleromterCallback()86 MotionSensorMonitor::AddEnergy(sensorData); in RepeatAcceleromterCallback()104 double MotionSensorMonitor::GetEnergy() in GetEnergy()126 bool MotionSensorMonitor::Init() in Init()187 void MotionSensorMonitor::StartMonitoring() in StartMonitoring()197 void MotionSensorMonitor::StopMotionDetection() in StopMotionDetection()230 void MotionSensorMonitor::StopMonitoring() in StopMonitoring()242 ErrCode MotionSensorMonitor::StartSensor() in StartSensor()[all …]
40 … motionConstraint_ = std::make_shared<MotionSensorMonitor>(MOTION_DETECTION_TIMEOUT, REST_TIMEOUT, in Init()47 … repeatedMotionConstraint_ = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOUT, in Init()
57 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(72 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(93 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(115 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(129 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(145 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(161 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(178 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(194 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(210 auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>([all …]
269 …auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOU…415 …auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOU…433 …auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOU…451 …auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOU…470 …auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOU…492 …auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOU…732 …auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOU…755 …auto repeatedMotionConstraint = std::make_shared<MotionSensorMonitor>(PERIODLY_TASK_DECTION_TIMEOU…
32 class MotionSensorMonitor : public IConstraintMonitor,33 public std::enable_shared_from_this<MotionSensorMonitor> {35 MotionSensorMonitor(int32_t detectionTimeOut, int32_t restTimeOut, int32_t totalTimeOut,
26 *MotionSensorMonitor*;