Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dstrategy_manager_adapter.cpp29 const std::map<std::string, std::shared_ptr<IBaseStrategy>> strategyMap_ { variable
65 auto strategy = strategyMap_.find(item); in RegisterPolicy()
66 if (strategy == strategyMap_.end()) { in RegisterPolicy()