Home
last modified time | relevance | path

Searched refs:CalculateMaintTimeOut (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dnap_state.cpp46 int64_t maintIntervalTimeOut = CalculateMaintTimeOut(stateManagerPtr, false); in BeginState()
128 int64_t maintIntervalTimeOut = CalculateMaintTimeOut(stateManagerPtr, true); in OnStateBlocked()
H A Dsleep_state.cpp98 maintIntervalTimeOut = CalculateMaintTimeOut(stateManagerPtr, false); in BeginState()
109 maintIntervalTimeOut = CalculateMaintTimeOut(stateManagerPtr, true); in BeginState()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/
H A Dlibstandby_plugin.versionscript17 *CalculateMaintTimeOut*;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Dbase_state.h110 virtual int64_t CalculateMaintTimeOut(const std::shared_ptr<IStateManagerAdapter>&
/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/src/
H A Dbase_state.cpp218 int64_t StateWithMaint::CalculateMaintTimeOut(const std::shared_ptr<IStateManagerAdapter>& stateMan… in CalculateMaintTimeOut() function in OHOS::DevStandbyMgr::StateWithMaint