Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_sources.cpp33 void WakeupActionSources::PutSource(const std::string& key, std::shared_ptr<WakeupActionSource>& so… in PutSource() function in OHOS::PowerMgr::WakeupActionSources
H A Dwakeup_action_sources.h65 void PutSource(const std::string& key, std::shared_ptr<WakeupActionSource>& source);
H A Dwakeup_action_source_parser.cpp131 parseSources->PutSource(key, wakeupActionSource); in ParseSourcesProc()
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_sources.cpp55 void SuspendSources::PutSource(SuspendSource& source) in PutSource() function in OHOS::PowerMgr::SuspendSources
H A Dsuspend_sources.h78 void PutSource(SuspendSource& source);
H A Dsuspend_source_parser.cpp192 parseSources->PutSource(suspendSource); in ParseSourcesProc()
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.h79 void PutSource(WakeupSource& source);
H A Dwakeup_sources.cpp83 void WakeupSources::PutSource(WakeupSource& source) in PutSource() function in OHOS::PowerMgr::WakeupSources
H A Dwakeup_source_parser.cpp176 parseSources->PutSource(wakeupSource); in ParseSourcesProc()