Home
last modified time | relevance | path

Searched refs:REST_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dconstraint_manager_adapter.cpp40 … motionConstraint_ = std::make_shared<MotionSensorMonitor>(MOTION_DETECTION_TIMEOUT, REST_TIMEOUT, in Init()
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dcommon_constant.h47 extern const int32_t REST_TIMEOUT;
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/src/
H A Dcommon_constant.cpp45 const int32_t REST_TIMEOUT = 1000; variable