Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_config.h40 const std::map<std::string, PowerConfig::PowerSceneConfig>& GetPowerSceneConfigMap() const;
H A Dpower_config.cpp53 const std::map<std::string, PowerConfig::PowerSceneConfig>& PowerConfig::GetPowerSceneConfigMap() c… in GetPowerSceneConfigMap() function in OHOS::HDI::Power::V1_2::PowerConfig
H A Dpower_interface_impl.cpp469 …p<std::string, PowerConfig::PowerSceneConfig> sceneConfigMap= powerConfig.GetPowerSceneConfigMap(); in GetWakeupReason()