Home
last modified time | relevance | path

Searched refs:IStrategyManagerAdapter (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Distrategy_manager_adapter.h28 class IStrategyManagerAdapter { class
30 virtual ~IStrategyManagerAdapter() = default;
H A Distate_manager_adapter.h66 std::shared_ptr<IStrategyManagerAdapter> strategyManager_ {nullptr};
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dexport_plugin.cpp29 IStrategyManagerAdapter* strategyManager = new StrategyManagerAdapter(); in OnPluginRegister()
/foundation/resourceschedule/device_standby/plugins/strategy/include/
H A Dstrategy_manager_adapter.h25 class StrategyManagerAdapter : public IStrategyManagerAdapter {
/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h120 IStrategyManagerAdapter* strategyManager,
126 std::shared_ptr<IStrategyManagerAdapter>& GetStrategyManager();
213 std::shared_ptr<IStrategyManagerAdapter> strategyManager_ {nullptr};
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp282 IStrategyManagerAdapter* strategyManager, in RegisterPluginInner()
287 strategyManager_ = std::shared_ptr<IStrategyManagerAdapter>(strategyManager); in RegisterPluginInner()
306 std::shared_ptr<IStrategyManagerAdapter>& StandbyServiceImpl::GetStrategyManager() in GetStrategyManager()

Completed in 6 milliseconds