Home
last modified time | relevance | path

Searched refs:IConstraintManagerAdapter (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Diconstraint_manager_adapter.h33 class IConstraintManagerAdapter {
42 virtual ~IConstraintManagerAdapter() = default;
H A Distate_manager_adapter.h31 class IConstraintManagerAdapter; variable
65 std::shared_ptr<IConstraintManagerAdapter> constraintManager_ {nullptr};
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h117 void RegisterPluginInner(IConstraintManagerAdapter* constraintManager,
123 std::shared_ptr<IConstraintManagerAdapter>& GetConstraintManager();
203 std::shared_ptr<IConstraintManagerAdapter> constraintManager_ {nullptr};
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dexport_plugin.cpp27 IConstraintManagerAdapter* constraintManager = new ConstraintManagerAdapter(); in OnPluginRegister()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/include/
H A Dconstraint_manager_adapter.h27 class ConstraintManagerAdapter : public IConstraintManagerAdapter {
/ohos5.0/foundation/resourceschedule/device_standby/plugins/
H A Dlibstandby_plugin.versionscript20 *IConstraintManagerAdapter*;
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp291 void StandbyServiceImpl::RegisterPluginInner(IConstraintManagerAdapter* constraintManager, in RegisterPluginInner()
296 constraintManager_ = std::shared_ptr<IConstraintManagerAdapter>(constraintManager); in RegisterPluginInner()
307 std::shared_ptr<IConstraintManagerAdapter>& StandbyServiceImpl::GetConstraintManager() in GetConstraintManager()