Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_sources.cpp39 std::map<std::string, std::shared_ptr<WakeupActionSource>> WakeupActionSources::GetSourceMap() in GetSourceMap() function in OHOS::PowerMgr::WakeupActionSources
H A Dwakeup_action_sources.h66 std::map<std::string, std::shared_ptr<WakeupActionSource>> GetSourceMap();
H A Dwakeup_action_controller.cpp42 sourceMap_ = sources->GetSourceMap(); in Init()