Home
last modified time | relevance | path

Searched refs:StartMonitoring (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dcharge_state_monitor_test.cpp63 HWTEST_F(ChargeStateMonitorTest, StartMonitoring, TestSize.Level1)
66 chargeMonitor->StartMonitoring();
H A Dmotion_sensor_monitor_test.cpp222 HWTEST_F(MotionSensorMonitorTest, StartMonitoring, TestSize.Level1)
227 repeatedMotionConstraint->StartMonitoring();
H A Dstandby_plugin_unit_test.cpp213 chargeStateMonitor->StartMonitoring();
565 repeatedChargeStateMonitor->StartMonitoring();
567 repeatedChargeStateMonitor->StartMonitoring();
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/include/
H A Dcharge_state_monitor.h28 void StartMonitoring() override;
H A Dmotion_sensor_monitor.h38 void StartMonitoring() override;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Diconstraint_monitor.h31 virtual void StartMonitoring() = 0;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dcharge_state_monitor.cpp33 void ChargeStateMonitor::StartMonitoring() in StartMonitoring() function in OHOS::DevStandbyMgr::ChargeStateMonitor
H A Dconstraint_manager_adapter.cpp94 curMonitor_->StartMonitoring(); in StartEvalution()
H A Dmotion_sensor_monitor.cpp187 void MotionSensorMonitor::StartMonitoring() in StartMonitoring() function in OHOS::DevStandbyMgr::MotionSensorMonitor