Home
last modified time | relevance | path

Searched refs:constraintManager (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dexport_plugin.cpp27 IConstraintManagerAdapter* constraintManager = new ConstraintManagerAdapter(); in OnPluginRegister() local
31 if (!constraintManager || !listenerManager || !strategyManager || !stateManager) { in OnPluginRegister()
35 StandbyServiceImpl::GetInstance()->RegisterPluginInner(constraintManager, in OnPluginRegister()
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dcharge_state_monitor.cpp27 auto &constraintManager = StandbyServiceImpl::GetInstance()->GetConstraintManager(); in Init() local
29 constraintManager->RegisterConstraintCallback(params, shared_from_this()); in Init()
H A Dmotion_sensor_monitor.cpp140 auto &constraintManager = StandbyServiceImpl::GetInstance()->GetConstraintManager(); in Init() local
141 constraintManager->RegisterConstraintCallback(params_, shared_from_this()); in Init()
/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h118 void RegisterPluginInner(IConstraintManagerAdapter* constraintManager,
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp280 void StandbyServiceImpl::RegisterPluginInner(IConstraintManagerAdapter* constraintManager, in RegisterPluginInner() argument
285 constraintManager_ = std::shared_ptr<IConstraintManagerAdapter>(constraintManager); in RegisterPluginInner()

Completed in 4 milliseconds