Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dpara_config.cpp29 std::map<std::string, std::map<std::string, int>> ParaConfig::m_subEventConfig; member in OHOS::RME::ParaConfig
178 m_subEventConfig[key] = frameConfigTmp; in ReadFrameConfig()
204 return m_subEventConfig; in GetSubEventConfig()
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dpara_config.h49 static std::map<std::string, std::map<std::string, int>> m_subEventConfig; variable