Home
last modified time | relevance | path

Searched refs:IStateManagerAdapter (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/src/
H A Distate_manager_adapter.cpp24 void IStateManagerAdapter::SetEvalution(bool isEvalution) in SetEvalution()
29 bool IStateManagerAdapter::IsEvalution() in IsEvalution()
34 int64_t IStateManagerAdapter::GetScreenOffTimeStamp() in GetScreenOffTimeStamp()
39 bool IStateManagerAdapter::IsScreenOn() in IsScreenOn()
44 bool IStateManagerAdapter::IsScrOffHalfHourCtrl() in IsScrOffHalfHourCtrl()
H A Dbase_state.cpp218 int64_t StateWithMaint::CalculateMaintTimeOut(const std::shared_ptr<IStateManagerAdapter>& stateMan… in CalculateMaintTimeOut()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dsleep_state.h22 class IStateManagerAdapter; variable
25 SleepState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>&
39 void TryToEnterNextPhase(const std::shared_ptr<IStateManagerAdapter>& stateManagerPtr,
H A Ddark_state.h23 class IStateManagerAdapter; variable
26 …DarkState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& state…
H A Dnap_state.h22 class IStateManagerAdapter; variable
25 NapState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>&
H A Dmaintenance_state.h22 class IStateManagerAdapter; variable
H A Dworking_state.h22 class IStateManagerAdapter; variable
H A Dstate_manager_adapter.h22 class StateManagerAdapter : public IStateManagerAdapter {
/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Dbase_state.h62 class IStateManagerAdapter; variable
66 BaseState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& in BaseState()
98 std::weak_ptr<IStateManagerAdapter> stateManager_ {};
110 virtual int64_t CalculateMaintTimeOut(const std::shared_ptr<IStateManagerAdapter>&
H A Dimessage_listener.h23 class IStateManagerAdapter; variable
30 std::shared_ptr<IStateManagerAdapter> standbyStateManager_ {nullptr};
H A Diconstraint_monitor.h27 class IStateManagerAdapter; variable
36 std::weak_ptr<IStateManagerAdapter> stateManager_ {};
H A Diconstraint_manager_adapter.h32 class IStateManagerAdapter; variable
46 std::weak_ptr<IStateManagerAdapter> stateManager_ {};
H A Distate_manager_adapter.h34 class IStateManagerAdapter {
36 virtual ~IStateManagerAdapter() = default;
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h120 IStateManagerAdapter* stateManager);
126 std::shared_ptr<IStateManagerAdapter>& GetStateManager();
206 std::shared_ptr<IStateManagerAdapter> standbyStateManager_ {nullptr};
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dsleep_state.cpp35 …tate::SleepState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& in SleepState()
121 void SleepState::TryToEnterNextPhase(const std::shared_ptr<IStateManagerAdapter>& stateManagerPtr, in TryToEnterNextPhase()
H A Dexport_plugin.cpp30 IStateManagerAdapter* stateManager = new StateManagerAdapter(); in OnPluginRegister()
H A Ddark_state.cpp29 …State::DarkState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& in DarkState()
H A Dnap_state.cpp28 NapState::NapState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter in NapState()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/include/
H A Dconstraint_manager_adapter.h26 class IStateManagerAdapter; variable
H A Dmotion_sensor_monitor.h31 class IStateManagerAdapter; variable
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/fuzztest/statemanageradapter_fuzzer/
H A Dstatemanageradapter_fuzzer.cpp62 std::shared_ptr<IStateManagerAdapter> stateManager = in PreciseCoverageHandleEvent()
113 std::shared_ptr<IStateManagerAdapter> stateManager = in PreciseCoverage()
/ohos5.0/foundation/resourceschedule/device_standby/services/
H A Dlibstandby_service.versionscript42 *IStateManagerAdapter*;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/
H A Dlibstandby_plugin.versionscript22 *IStateManagerAdapter*;
/ohos5.0/foundation/resourceschedule/device_standby/services/notification/include/
H A Dstandby_state_subscriber.h61 std::shared_ptr<IStateManagerAdapter> standbyStateManager_ {nullptr};
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp294 IStateManagerAdapter* stateManager) in RegisterPluginInner()
299 standbyStateManager_ = std::shared_ptr<IStateManagerAdapter>(stateManager); in RegisterPluginInner()
322 std::shared_ptr<IStateManagerAdapter>& StandbyServiceImpl::GetStateManager() in GetStateManager()

12